/*-------------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;
}

/*.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 {
  color: #2c3037;
}

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

.big-font {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 700;
  line-height: 1.2;
}

.color-white {
  color: #fff;
}

.text-dark {
  color: #2c3037;
}

.feature-icon{
  width:40px;
  height:40px;
  background: #f35f2120;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: #f35f21;
}

/* 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;
}

.login-logo {
   width: 200px;
}

.left-panel {
  background-color: #343844;
}

.right-panel {
  background-color: #fafafa;
}

.size-items-desktop {
  height: 40px;
  font-size: 16px;
  border-radius: 0.5rem;
}

.size-items-mobile {
  height: 52px;
  font-size: 16px;
  border-radius: 0.5rem;
}

.login-alert {
  color: var(--bs-btn-next-color);
  animation: fadeOut 1s ease forwards;
  animation-delay: 5s;
}
