.login-section {
    min-height: 100vh;
    padding: 150px 0 80px;
    background: linear-gradient(135deg, #eef5ff, #f8fbff);
    display: flex;
    align-items: center;
}

.login-wrapper {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* =========================
Left Side
========================= */

.login-left {
    padding: 70px 60px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    position: relative;
}

.login-left::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    top: -100px;
    right: -80px;
}

.login-left::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -70px;
    left: -60px;
}

.login-left > * {
    position: relative;
    z-index: 2;
}

.login-left h1 {
    font-size: 48px;
    font-weight: 800;
    margin: 20px 0;
    line-height: 1.2;
}

.login-left p {
    font-size: 17px;
    opacity: 0.95;
    line-height: 1.8;
}

.login-features {
    margin: 40px 0;
}

.login-features div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
}

.login-features i {
    color: #fff;
    font-size: 18px;
}

.login-image {
    margin-top: 40px;
    text-align: center;
}

.login-image img {
    max-width: 90%;
}

/* =========================
Right Side
========================= */

.login-card {
    padding: 70px 60px;
}

.login-card h2 {
    font-size: 38px;
    font-weight: 700;
}

.login-card p {
    color: #666;
}

.login-card .form-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.login-card .form-control {
    height: 58px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    padding: 0 18px;
    transition: 0.3s;
}

.login-card .form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
}

/* =========================
Password
========================= */

.password-box {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #777;
    font-size: 18px;
}

/* =========================
Options
========================= */

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
}

.login-options label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-options a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

/* =========================
Divider
========================= */

.divider {
    text-align: center;
    margin: 35px 0;
    position: relative;
}

.divider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.divider span {
    position: relative;
    background: #fff;
    padding: 0 18px;
    color: #777;
}

/* =========================
Social Login
========================= */

.social-login {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.google-btn,
.linkedin-btn {
    width: 100%;
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.google-btn i {
    color: #ea4335;
    margin-right: 8px;
}

.linkedin-btn i {
    color: #0a66c2;
    margin-right: 8px;
}

.google-btn:hover,
.linkedin-btn:hover {
    background: #f8fbff;
    border-color: #2563eb;
}

/* =========================
Register
========================= */

.register-link {
    margin-top: 35px;
    text-align: center;
    color: #666;
}

.register-link a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
}

/* =========================
Responsive
========================= */

@media (max-width: 991px) {
    .login-section {
        padding: 40px 15px;
    }

    .login-left {
        padding: 50px 35px;
        text-align: center;
    }

    .login-left h1 {
        font-size: 36px;
    }

    .login-image {
        display: none;
    }

    .login-card {
        padding: 45px 30px;
    }

    .login-card h2 {
        font-size: 30px;
    }

    .login-options {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .login-left {
        padding: 40px 25px;
    }

    .login-card {
        padding: 35px 20px;
    }

    .login-left h1 {
        font-size: 30px;
    }

    .social-login button {
        font-size: 14px;
    }
}

/* =====================================================
   FORGOT PASSWORD
===================================================== */

.forgot-icon{
    width:65px;
    height:65px;

    margin:0 auto 18px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:18px;

    background:#eef4ff;

    color:#2864e8;

    font-size:27px;
}


#forgotForm label{
    display:block;

    margin-bottom:8px;

    font-size:13px;

    font-weight:600;

    color:#263247;
}


#forgotForm .form-control{
    height:52px;

    border:1px solid #dfe6ef;

    border-radius:11px;

    padding:0 15px;

    font-size:13px;

    box-shadow:none;

    transition:.2s ease;
}


#forgotForm .form-control:focus{
    border-color:#2864e8;

    box-shadow:
        0 0 0 3px rgba(40,100,232,.08);
}


#forgotForm .form-control::placeholder{
    color:#9aa6b7;
}


#forgotForm small{
    display:block;

    min-height:17px;

    margin-top:5px;

    font-size:11px;
}


#forgotError,
#forgotSuccess{
    border-radius:10px;

    padding:12px 14px;

    font-size:12px;

    line-height:1.5;
}


#forgotBtn{
    height:50px;

    border-radius:11px;

    font-weight:700;

    transition:.2s ease;
}


#forgotBtn:disabled{
    opacity:.7;

    cursor:not-allowed;
}


#forgotBtn .spinner-border{
    width:14px;
    height:14px;
}