input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body {
  padding: 0;
  background-image: linear-gradient(to top, #1e2b3c 0%, #1e2b3c0d 100%);
  background: #fff;
}
.logo {
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-login .form-control {
  color: #1e2b3c;
  border-bottom: 1px solid #1e2b3c;
}

.form-login .checkbox .custom-control label {
  color: #1e2b3c;
  font-weight: 600;
}
.btn-gradient-dark {
  background-image: linear-gradient(to right, #1e2b3c 0%, #1e2b3c0d 100%);
}
.login-text a {
  color: #229fff !important;
}

#capcha-auth {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  box-shadow: none;
}