/*-------------login---------------*/

.body-login {
  color: gray;
  /*background-image: url("../img/bg-login.5dc50364c9cd.png");*/
  /*background-color: #cccccc;*/
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-login input {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid gray;
  border-top: none;
  border-left: none;
  border-right: none;
}

.body-login ::placeholder {
  color: gray;
}

.body-login input:focus {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid white;
  border-top: none;
  border-left: none;
  border-right: none;
}

::placeholder {
  color: white;
}

/*.alert-danger{*/
/*    --bs-alert-color: white;*/
/*    --bs-alert-bg: transparent;*/
/*    --bs-alert-border-color: transparent;*/
/*}*/
.alert-danger {
    --bs-alert-color: #000000;
    --bs-alert-bg: #ffa05c;
    --bs-alert-border-color: #777777;
}
.alert-warning{
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.form-label {
  display: none;
}

.form-control {
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.25rem;
  color: #000000 !important;
}



/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  background: white;
  text-align: center;
}
