.content {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 1px;
}

.content h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #3b4252;
}

.content h1 .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #9196a5;
    margin-left: 5px;
    font-size: 14px;
}

.content h1 .icon svg {
    fill: #fff;
}

.content .login-txt {
    margin: 0;
    padding: 15px 0 25px 0;
    color: #3b4252;
}

.content .google-login-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #d6523e;
    cursor: pointer;
}

.content .google-login-btn .icon {
    display: inline-flex;
    height: 100%;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
    background-color: #cf412c;
    margin-right: 15px;
}

.content .google-login-btn .icon svg {
    fill: #fff;
}

.content .google-login-btn:hover {
    background-color: #d44a36;
}

.content .google-login-btn:hover .icon {
    background-color: #c63f2a;
}

.content .profile-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 25px 0;
}

.content .profile-picture img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}

.content .profile-details {
    display: flex;
    flex-flow: column;
    padding: 10px 0;
}

.content .profile-details > div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f2f5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.content .profile-details > div .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #9196a5;
    margin-right: 15px;
    font-size: 14px;
}

.content .profile-details > div .icon svg {
    fill: #fff;
}

.content .profile-details > div strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.content .profile-details > div:last-child {
    border-bottom: none;
}

.content .logout-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    background-color: #db5d36;
    cursor: pointer;
}

.content .logout-btn .icon {
    display: inline-flex;
    height: 100%;
    padding: 15px 20px;
    align-items: center;
    justify-content: center;
    background-color: #d24e26;
    margin-right: 15px;
}

.content .logout-btn .icon svg {
    fill: #fff;
}

.content .logout-btn:hover {
    background-color: #d9562d;
}

.content .logout-btn:hover .icon {
    background-color: #c94b24;
}

.login-section {
    padding: 4px 0;
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
    z-index: 1;
}

html, body {
    background: #fcfffc !important;
}

#vanta-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: auto;
    opacity: 0.1;
}

.login-card {
    display: flex;
    flex-wrap: nowrap;
    background: rgba(252, 255, 252, 0.8);
    border: 1px solid rgba(4, 93, 109, 0.14);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(4, 93, 109, 0.10);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0.6;
}

.login-visual {
    flex: 1 1 49%;
    min-width: 280px;
    background: transparent;
    background-color: transparent;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    overflow: hidden;
}

.login-visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    max-height: none;
    border-radius: 0;
    display: block;
}

.login-halo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    mix-blend-mode: screen;
}

.login-halo canvas {
    display: block;
}

.login-logo {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
    opacity: 0.85;
}

/* Hide global footer brand on login page (shown via .login-visual instead) */
body .footer-section .footer-brand {
    display: none;
}

/* Hide header brand/logo on login page */
body header .navbar-brand {
    display: none;
}

/* Taller footer on login page */
body .footer-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
body .footer-section .footer-divider {
    display: none;
}
body .footer-section .footer-bottom {
    margin-top: 0;
}
body .footer-section .footer-bottom .row {
    align-items: center;
}
body .footer-section .copyright {
    margin: 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

/* Taller header on login page */
body header .navbar {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.login-details {
    flex: 1 1 51%;
    min-width: 380px;
    padding: 10px 16px;
}

.login-details .page_header_h1 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.15;
    white-space: nowrap;
}

.login-alert-slot {
    min-height: 56px;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
}

.login-alert-slot .alert {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 12px;
    font-size: 13px;
}

.login-form {
    margin-top: 0;
}

.login-form .form-group {
    margin-bottom: 14px;
}

.login-form .form-control {
    min-height: 44px;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
}

.submit-button {
    width: 100%;
    padding: 11px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    background-color: #067386;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.24s ease;
}

.submit-button:hover,
.submit-button:focus,
.submit-button:active,
.submit-button:focus-visible {
    background-color: #045d6d;
    outline: none;
    box-shadow: none;
}

.submit-button:disabled,
.submit-button[disabled] {
    background-color: #045d6d;
    color: #fff;
    opacity: 0.7;
    cursor: not-allowed;
}

.login-footer {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-links a {
    color: #5b6b8f;
    text-decoration: none;
}

@media screen and (max-width: 1399px) {
    .login-visual {
        flex: 0 0 44%;
        min-width: 0;
    }

    .login-details {
        flex: 1 1 56%;
        min-width: 0;
    }
}

@media screen and (max-width: 960px) {
    .login-card {
        flex-direction: column;
    }

    .login-visual,
    .login-details {
        min-width: 100%;
    }

    .login-visual {
        padding: 18px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .login-details {
        padding: 24px;
    }
}

@media screen and (max-width: 600px) {
    .login-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .login-details .page_header_h1 {
        font-size: 28px;
    }

    .login-form .form-control {
        font-size: 14px;
    }
}
