.auth-page {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.auth-page .form-box {
  background-color: #fff;
  padding: 30px;
  border: 1px solid rgba(71, 85, 105, 0.1019607843);
  border-radius: 10px;
}
.auth-page .form-box h4 {
  color: #101828;
  font-weight: 600;
  font-size: 24px;
}
.auth-page .form-box p {
  color: #667085;
  font-weight: 400;
  font-size: 16px;
}
.auth-page .form-box img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.auth-page .form-box label {
  color: #344054;
  font-weight: 500;
  font-size: 13px;
}
.auth-page .form-box .form-check label {
  color: #344054;
  font-weight: 500;
  font-size: 14px;
}
.auth-page .form-box a {
  color: #094D7D;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.auth-page .form-box .form-footer p {
  color: #667085;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */