body {
  padding: 0;
  margin: 0;
}

.password-section, .email-section {
  position: relative;
}

.password-section .fa-eye, .fa-eye-slash {
  position: absolute;
  top: 69.5%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #AEAFB3 !important;
  font-size: 22px !important;
}

.login-btn {
  background-color: #030712;
  font-size: 18px !important;
}

.py-24 {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 630px) {
  .login-logo {
    width: 250px !important;
  }
}/*# sourceMappingURL=login.css.map */