#login .login-ct-image {
  background: url(/assets/img/illustrations/login-background.jpg) no-repeat;
  background-size: cover;
  background-color: #333e48;
}
#login h3 {
  color: #828393;
  font-weight: 600;
}
#login p {
  color: #828393;
}

#login a {
  color: #828393;
  font-weight: 600;
}

.btn-success {
  color: #fff;
  background-color: #39C881;
  border-color: #39C881;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #39C881 !important;
  border-color: #39C881 !important;
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #39C881;
  border-color: #39C881;
  box-shadow: none;
}

.form-floating-outline .form-control:focus, .form-floating-outline .form-select:focus {
  border-color: #39C881 !important;
}
.input-group:not(.input-group-floating):focus-within .form-control, .input-group:not(.input-group-floating):focus-within .input-group-text {
  border-color: #39C881;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:focus:not(:placeholder-shown) ~ label, .form-floating > .form-select:focus ~ label, .form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
  color: #39C881;
}

#login .logo-font {
  font-family: 'Nunito Sans';
  line-height: 1em;
  font-weight: 800;
  color: #163888;
  font-size: 2.43rem;
}

#login .logo-font span {
  font-weight: 900;
  color: #39C881;
}

#login .login-ct-image-text {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}

#login .login-ct-image-text span {
  font-size: 16px;
  font-weight: normal;
}

#login .p-5 {
  padding: 5rem !important;
}