html,
* {
  scrollbar-width: thin;
  scrollbar-color: #888888 #00000059;
}

.container-auth{
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    margin: auto;
    width: 100%;
}

.container-auth-card-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.container-auth-card {
	width: 90vw;
    max-width: 430px;
}

.container-auth-card form label {
  color: black;
}

.container-auth-card form button {
  background-color: #1F2937;
  border: none;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}