body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#main-login {
    background: #E9F9FF;
    min-height: 100vh;
    position: relative;
}

#main-login .page-wrapper {
    min-height: 100vh;
}

#main-login .main-container {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

/* Left Side - Welcome Section */
#main-login .side-left {
    position: relative;
    background: transparent;
    overflow: visible;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    padding: 80px;
    z-index: 5;
}

#main-login .side-left .welcome-content {
    position: relative;
    z-index: 10;
    max-width: 480px;
}

#main-login .side-left .welcome-title {
    color: #000000;
    font-weight: 700;
    font-size: 42px;
    font-style: italic;
    margin-bottom: 8px;
    line-height: 1.3;
}

#main-login .side-left .welcome-emoji {
    font-style: normal;
}

#main-login .side-left .welcome-subtitle {
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#main-login .side-left .welcome-description {
    color: rgba(0, 0, 0, 0.75);
    font-size: 15px;
    line-height: 1.7;
    max-width: 440px;
}

/* Decorative SVG Elements */
#main-login .decoration {
    position: fixed;
    z-index: 0;
    pointer-events: none;
}

#main-login .decoration-1 {
    top: 0;
    left: 0;
    width: 350px;
    height: auto;
}

#main-login .decoration-2 {
    bottom: 0;
    left: 0;
    width: 400px;
    height: auto;
}

#main-login .decoration-3 {
    top: 0;
    right: 0;
    width: 550px;
    height: auto;
}

#main-login .decoration-4 {
    bottom: 0;
    right: 0;
    width: 650px;
    height: auto;
}

/* Right Side - Login Form */
#main-login .side-right {
    background: transparent;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    position: relative;
    z-index: 10;
}

#main-login .side-right .card {
    background: #FFFFFF;
    border: none;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    max-width: 540px;
    width: 100%;
    padding: 48px 56px;
    position: relative;
    z-index: 10;
}

#main-login .side-right .card-body {
    padding: 0;
}

#main-login .side-right .logo-container {
    text-align: center;
    margin-bottom: 36px;
}

#main-login .side-right .logo-container img {
    height: 32px;
    width: auto;
}

#main-login .side-right .login-title {
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 36px;
}

#main-login .side-right .form-label {
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

#main-login .side-right .form-group {
    margin-bottom: 18px;
}

#main-login .side-right .form-control,
#main-login .side-right input[type="email"],
#main-login .side-right input[type="text"],
#main-login .side-right input[type="password"] {
    background: #F5F5F5 !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box;
    transition: all 0.2s ease;
    box-shadow: none !important;
}

#main-login .side-right .form-control::placeholder,
#main-login .side-right input::placeholder {
    color: #BDBDBD !important;
}

#main-login .side-right .form-control:focus,
#main-login .side-right input:focus {
    background: #EFEFEF !important;
    outline: none !important;
    box-shadow: none !important;
}

#main-login .side-right .password-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    margin-top: 16px;
}

#main-login .side-right .form-check {
    margin: 0;
    display: flex;
    align-items: center;
}

#main-login .side-right .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #1CAAD9;
}

#main-login .side-right .form-check-label {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

#main-login .side-right .forgot-password {
    color: #1CAAD9;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

#main-login .side-right .forgot-password:hover {
    color: #1789BD;
    text-decoration: underline;
}

#main-login .side-right .btn-login {
    background: #1CAAD9;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    padding: 14px;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    transition: background 0.3s ease;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
}

#main-login .side-right .btn-login:hover {
    background: #1895C2;
}

#main-login .or-divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

#main-login .or-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #E8E8E8;
}

#main-login .or-divider span {
    background: #FFFFFF;
    padding: 0 16px;
    position: relative;
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 400;
}

#main-login .btn-google {
    background: #F5F5F5;
    border: none;
    border-radius: 6px;
    color: #616161;
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#main-login .btn-google:hover {
    background: #EEEEEE;
}

#main-login .btn-google img {
    width: 18px;
    height: 18px;
}

#main-login .footer-text {
    text-align: center;
    margin-top: 0;
    color: #757575;
    font-size: 11px;
    display: none;
}

#main-login .footer-text a {
    color: #1E9FD8;
    text-decoration: none;
}

#main-login .footer-text a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    #main-login .side-left {
        display: none !important;
    }
    
    #main-login .side-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }
    
    #main-login .side-right .card {
        padding: 32px 28px;
    }
}

@media (min-width: 993px) {
    #main-login .side-left {
        display: flex !important;
    }
}