html, body {
    background-blend-mode: multiply;
    background-color: #1e1d19;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
}

.card {
    border: 1px; /* Remove default card border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    border-width: 2px;
}

.card-header {
    background: linear-gradient(135deg, #a92526, #19569c);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1.5rem 0;
}

.form-inner {
    max-width: 444px;
}

.registration-login-btn {
    padding: 10px;
    width: 90%;
    font-weight: 600;
    transition: .4s;
    border-radius: 8px;
}

.footerRegistrationLogin {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}

.footerRegistrationLogin a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--alertpage_yellow);
    text-decoration: none;
}
.checkLabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0;
}
.checkLabel a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--alertpage_yellow);
    text-decoration: none;
}

#forgotPassLink {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--alertpage_yellow);
    text-decoration: none;
}

#forgotPassLink:hover{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--alertpage_yellow_light);
    text-decoration: none;
}

.footerRegistrationLogin a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--alertpage_yellow);
    text-decoration: none;
}

.footerRegistrationLogin a:hover {
    color: var(--alertpage_yellow_light);
}

.loginRegisterErrorSuccess {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    margin: 0 auto 1rem;
    max-width: 100%;
}

.loginRegisterErrorSuccess p {
    margin: 0;
}

.login-logo {
    max-width: 300px;
}