.auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.auth__brand {
  height: 130px;
  width: auto;
  max-height: 130px;
  margin-bottom: 1.5rem;
}

.btn-auth {
  margin-top: 3.5rem;
  background-color: #b3ff26;
  color: #000000;
  width: 50%;
}

.btn-auth:hover,
.btn-auth:active,
.btn-auth:focus {
  background: #a4e42e;
  color: #000000;
  border: none !important;
  outline: none !important;
}

.form-auth label {
  font-size: 14px;
  font-weight: 500;
}

.form-auth input[type='email'],
.form-auth input[type='password'],
.form-auth input[type='text'],
.form-auth button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}

.forgot-password {
  color: rgb(43, 57, 63);
  text-decoration: underline;
  font-weight: 500;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: rgb(66, 131, 158);
}

.form-auth h6 {
  font-weight: 400;
  margin-top: 4px !important;
}
