/* Shared login shell for Old HSRP + New Vahaan Verification */

.vv-login-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(ellipse 80% 60% at 10% 20%, rgba(85, 110, 230, 0.28), transparent 55%),
        radial-gradient(ellipse 70% 50% at 90% 80%, rgba(52, 195, 143, 0.18), transparent 50%),
        linear-gradient(160deg, #f4f6fb 0%, #e8edf7 45%, #dfe7f5 100%);
    font-family: "Poppins", "Segoe UI", sans-serif;
}

.vv-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.vv-login-panel {
    width: 100%;
    max-width: 440px;
    background: #ffffff;
    border: 1px solid rgba(85, 110, 230, 0.12);
    border-radius: 1rem;
    box-shadow: 0 18px 48px rgba(52, 73, 122, 0.12);
    overflow: hidden;
}

.vv-login-security {
    padding: 2rem 2rem 1.25rem;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(34, 47, 86, 0.96) 0%, rgba(52, 73, 122, 0.94) 55%, rgba(85, 110, 230, 0.9) 100%);
    color: #fff;
    position: relative;
}

.vv-login-security::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
}

.vv-login-security-badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.vv-login-security-badge i {
    font-size: 1.6rem;
    color: #34c38f;
}

.vv-login-security-title {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.vv-login-security-module {
    margin: 0.4rem 0 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
}

.vv-login-security-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    text-align: left;
    max-width: 260px;
    margin-inline: auto;
}

.vv-login-security-points li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
}

.vv-login-security-points i {
    width: 1rem;
    text-align: center;
    color: #34c38f;
    font-size: 0.75rem;
}

.vv-login-body-content {
    padding: 1.5rem 2rem 2rem;
}

.vv-login-lead {
    margin: 0 0 1.25rem;
    text-align: center;
    color: #74788d;
    font-size: 0.95rem;
}

.vv-login-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.4rem;
}

.vv-login-input-group .form-control {
    border-left: 0;
    min-height: 46px;
}

.vv-login-input-group .input-group-text {
    background: #fff;
    color: #556ee6;
    border-right: 0;
}

.vv-login-input-group .btn-outline-secondary {
    border-left: 0;
    color: #74788d;
}

.vv-login-submit {
    min-height: 48px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.vv-login-footer {
    margin-top: 1.25rem;
    text-align: center;
}

.vv-login-footer a {
    color: #556ee6;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
}

.vv-login-footer a:hover {
    text-decoration: underline;
}

.vv-login-alert {
    border: 0;
    border-radius: 0.65rem;
    background: rgba(244, 106, 106, 0.12);
    color: #c0392b;
    font-size: 0.9rem;
}
