body.login-v2 {
    background: #f5f7fb;
    color: #0f1f26;
    font-family: 'Poppins', sans-serif;
}

body.login-v2 a {
}

.login-layout {
    padding: 0;
}

.login-row {
    min-height: 100vh;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.login-row,
.left-pane,
.right-pane {
    box-sizing: border-box;
}

.left-pane {
    padding: 30px 20px 40px;
    background: #f5f7fb;
}

@media (min-width: 768px) {
    .left-pane {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 50px 40px;
    }
}

.login-card {
    border: 0;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.login-card .panel-body {
    padding: 32px 32px 28px;
}

.brand-left img {
    height: 48px;
}

.headline {
    margin-bottom: 20px;
}

.mobile-logo {
    display: none;
    text-align: center;
    margin-bottom: 10px;
}

.mobile-logo img {
    height: 44px;
}

.headline h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 20px 0 5px;
    letter-spacing: -0.4px;
}

.headline p, #login p {
    margin: 0;
    color: #657181;
    font-weight: 500;
}

#login p {
    margin-bottom: 10px;
}

.alert-login {
    margin-top: 12px;
    border-radius: 10px;
}

.sso-panel {
    margin-top: 18px;
    border-color: rgba(52, 123, 183, 0.25);
    background: rgba(52, 123, 183, 0.1);
}

.sso-panel .panel-body {
    padding: 14px 16px;
}

.sso-panel .title {
    margin: 0 0 4px;
    font-weight: 700;
}

.sso-panel .text {
    margin: 0 0 12px;
    color: #657181;
    font-size: 13px;
}

/* .btn-sso {
    background: #4CAF50;
    border-color: #4CAF50;
}

.btn-sso:hover,
.btn-sso:focus {
    background: #3da525;
    border-color: #3da525;
} */

.divider {
    margin: 22px 0 22px;
    color: #657181;
    font-weight: 700;
    display: flex;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e9f0;
}

.form-group label {
    font-weight: 600;
    color: #0f1f26;
}

.input-group-addon {
    background: #f1f6f2;
    color: #4CAF50;
    border-color: #e5e9f0;
    font-weight: 700;
}

.form-control {
    height: 44px;
    border-color: #e5e9f0;
    border-radius: 8px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(69, 185, 43, 0.18);
}

/* .btn-primary {
    background: #0f365f;
    border-color: #0f365f;
    //padding: 9px 16px;
    //box-shadow: 1 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #0d2c56;
    border-color: #0d2c56;
} */

.btn-primary.btn-submitting {
    opacity: 0.8;
    cursor: not-allowed;
}

.btn-success {
    padding: 9px 16px;
}

.support-links {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    color: #657181;
}

.right-pane {
    background: #4CAF50;
    color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 48px;
    isolation: isolate;
}

/* .right-pane::before,
.right-pane::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 52% 48% 45% 55%;
    transform: rotate(-8deg);
    width: 140%;
    height: 140%;
    top: -20%;
    left: -20%;
}

.right-pane::after {
    border-radius: 50% 50% 46% 54%;
    transform: rotate(16deg);
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-color: rgba(255, 255, 255, 0.1);
} */

.right-pane .watermark {
    position: absolute;
    inset: 0;
    background-image: url("../../images/icon-valida-transparente.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.3;
    filter: grayscale(1);
    z-index: 0;
    pointer-events: none;
}

.right-content {
    position: relative;
    text-align: center;
    z-index: 1;
}

.hero-logo {
    width: 240px;
    max-width: 88%;
    margin: 0 auto 22px;
    display: block;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.hero-tagline {
    margin: 10px 0 8px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.hero-subtitle {
    margin: 0;
    font-size: 15px;
    opacity: 0.92;
}

.social-footer {
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    z-index: 1;
}

.social-footer .social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.social-footer .fa {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.social-footer a:hover, a:focus {
    text-decoration: none;
}

@media (max-width: 991px) {
    .left-pane {
        padding: 28px 18px 36px;
    }

    .right-pane {
           display: none;
    }
     .mobile-logo {
        display: block;
    }
}

@media (max-width: 620px) {
    .login-card .panel-body {
        padding: 26px 20px;
    }

    .headline h1 {
        font-size: 28px;
    }

    .hero-tagline {
        font-size: 22px;
    }
}
