body {
  background-color: #F5F8FA;
}

.login-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  height: 100dvh;
  padding: 30px;
}

.login-section::before {
  content: "";
  display: block;
  height: 50px;
}

.login-wrapper {
  width: 100%;
  max-width: 426px;

  @media (max-width: 768px) {
    margin-bottom: 30px;
  }
}

.footer-wrapper {
  width: 100%;
  text-align: center;
}

.footer-wrapper .simple-footer {
  margin: 0;
}

.card-login {
  border: 1px solid #e4e6fc;
  border-radius: 0.5rem;
  text-align: left;
  box-shadow: none;
}

.card-login .card-header {
  display: flex;
  gap: 5px;
  align-items: start;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #e4e6fc;
}

.invalid-feedback p {
  line-height: 20px;
}