:root {
    --body-color: #f5f5f0;
    --white-color: #fff;
    --black-color: #000;
    --text-black: #23252E;
    --gray-color: #888E9D;
    --gold-color: #E3BD3E;
    --menu-blue: #122559;
    --light-blue: #0963A4;
    --star-color: #FFD166;
    --border-color: #dcdee0;
    --input-color: #777E90;
    --purplr-light: #C3D0FE;
    --green-color: #1D8841;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilory-SemiBold';
}

html {
    /* zoom: 0.75; */
}

body {
    /* font-family: 'Gilroy-SemiBold'; */
    min-height: 100vh;
        overflow: auto;
}

h1 {
    font-family: 'Manrope-Bold';
}

h2 {
    font-family: 'Gilroy-Bold';
}

p.subtitle {
    font-family: 'Manrope-SemiBold';
}

.container-fluid {
    min-height: 100vh;
        height: auto;
}

.logo-img {
    width: 200px;
}

.left-section {
    /* background: linear-gradient(135deg, #ff8c42 0%, #ff7028 100%); */
    background-color: var(--gold-color);
        min-height: 100vh;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 40px;
        position: relative;
        overflow: hidden;
}

.left-section::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -25%;
    left: -25%;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.left-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.underline {
    position: relative;
    display: inline-block;
}

.underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 2px;
}

.left-section p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    line-height: 1.6;
}

.characters {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.character {
    width: 180px;
    height: 320px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.character-1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.character-2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.right-section {
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    padding: 20px 40px;
}

.login-card {
    width: 100%;
    max-width: 480px;
    padding: 40px;
}

.logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

.logo {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff8c42 0%, #ff7028 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.brand-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
}

.welcome-text {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.subtitle {
    color: #999;
    margin-bottom: 40px;
    font-size: 1rem;
}

.error {
    color: #D8000C;
    font-weight: bold;
}

.form-label {
    display: none;
}

.form-control {
    padding: 16px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-size: 1rem;
    background: white;
    transition: all 0.3s;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    /* border-color: #ff8c42;
    box-shadow: 0 0 0 3px rgba(255, 140, 66, 0.1);
    background: white; */
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    padding: 0;
    font-size: 1.1rem;
}

.forgot-password {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 30px;
}

.forgot-password a {
    color: var(--gold-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.forgot-password a:hover {
    color: var(--gold-color);
}

.btn-login {
    width: 100%;
    padding: 16px;
    /* background: linear-gradient(135deg, #ff8c42 0%, #ff7028 100%); */
    background-color: var(--gold-color);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 140, 66, 0.3);
}

.divider {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: #999;
}

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

.divider span {
    padding: 0 20px;
    font-size: 0.9rem;
}

.social-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-social {
    flex: 1;
    padding: 14px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-social:hover {
    border-color: #ff8c42;
    background: #fff9f5;
}

.btn-social img {
    width: 20px;
    height: 20px;
}

.google-icon {
    font-size: 1.2rem;
}

.facebook-icon {
    color: #1877f2;
    font-size: 1.3rem;
}

.signup-link {
    text-align: center;
    color: #666;
    font-size: 0.95rem;
}

.signup-link a {
    color: var(--gold-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.signup-link a:hover {
    color: var(--gold-color);
}

.login-logo {
    width: 100%;
}

@media (max-width: 991px) {
    .left-section {
        display: none;
    }

    .right-section {
        background: linear-gradient(135deg, rgba(255, 140, 66, 0.05) 0%, rgba(255, 112, 40, 0.05) 100%);
    }
}

@media (max-width: 576px) {
    .welcome-text {
        font-size: 2rem;
    }

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