.login-title {
    color: #ffffff;
}

.login-password-wrapper {
    position: relative;
}

.login-password-input {
    padding-right: 45px;
}

.login-password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888888;
    font-size: 18px;
}

.login-password-toggle:hover {
    color: #6f6f6f;
}

.login-submit-btn.btn {
    background-color: #545096;
    border-color: #545096;
    color: #ffffff;
}

.login-submit-btn.btn:hover,
.login-submit-btn.btn:focus,
.login-submit-btn.btn:active {
    background-color: #49428a;
    border-color: #49428a;
    color: #ffffff;
}

.login-hidden {
    display: none;
}

/* Clases para reemplazar estilos inline (CSP compliant) */
.text-danger {
  color: #dc3545 !important;
}

.feedback-font-size {
  font-size: 16px !important;
}

.input-disabled-bg {
  background-color: #f0f0f0 !important;
}

.element-visible {
  display: block !important;
}

.element-hidden {
  display: none !important;
}

