.theme-default {
  background: #ffcc00;
}

.theme-default-body {
  background: #f9fafb;
}

/* .theme-default {
  background: #f9fafb;
} */

.theme-dhl {
  background: #ffcc00;
}

body.bg-image {
  background-image: url("../img/auth_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.logo_login {
  max-width: 200px;
}

.password-input-eye {
  padding-left: 14px !important;
}

.mfa-code-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mfa-code-input {
  width: 52px;
  height: 58px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-radius: 6px;
}

.mfa-code-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

#mfa-confirm-btn {
  height: 52px;
  font-size: 16px;
  font-weight: 600;
}

.container-mfa{
  max-width: 50rem !important;
}