.login-wrapper {
    display: flex;
    padding: 40px;
    background: #212121;
}

.promo-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65%;
}

.promo-section img {
    width: 720px;
    height: 400px;
}

.login-section {
    flex: 1;
    padding: 85px 44px;
    background-color: #1c2541;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-title {
    color: #ffcc00;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.login-form label {
    display: block;
    margin: 15px 0 5px;
    font-weight: bold;
    color: white;
}

.login-form input {
    width: 100%;
    padding: 12px;
    background-color: #d6d6b7;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.form-footer {
    text-align: right;
    margin-top: 8px;
}

.form-footer a {
    color: #f0c030;
    text-decoration: none;
    font-size: 13px;
}

.login-btn {
    margin-top: 20px;
    width: 100%;
    background: linear-gradient(to right, #d4af37, #a97700);
    border: none;
    color: white;
    padding: 14px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.signup-text {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: white;
}

.signup-text a {
    color: #ffc107;
    text-decoration: none;
}

.phone-input-group {
    display: flex;
    gap: 10px;
}

.country-code {
    padding: 10px;
    border: none;
    background-color: #d6d6b7;
    border-radius: 4px;
    font-size: 14px;
    min-width: 90px;
}

.phone-input-group input[type="tel"] {
    flex: 1;
    padding: 12px;
    background-color: #d6d6b7;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.iti {
    width: 100%;
}

.message_alert_root {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Helvetica Neue,
        Helvetica,
        Segoe UI,
        Arial,
        Roboto,
        PingFang SC,
        Hiragino Sans GB,
        Microsoft Yahei,
        sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    max-width: 12.8rem;
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    border-radius: 14px;
}

.message_alert_text {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Helvetica Neue,
        Helvetica,
        Segoe UI,
        Arial,
        Roboto,
        PingFang SC,
        Hiragino Sans GB,
        Microsoft Yahei,
        sans-serif;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: opacity 0.5s;
    animation: bounce-in-data-v-1dcba851 0.5s;
    position: relative;
    padding: 0.32rem 0.66667rem;
    text-align: center;
    line-height: 0.64rem;
    overflow: hidden;
    font-size: 0.37333rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes bounce-in-data-v-1dcba851 {
    0% {
        transform: scale(0.4);
    }

    50% {
        transform: scale(1.03);
    }

    to {
        transform: scale(1);
    }
}

.message_alert_root {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    max-width: 12.8rem;
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    border-radius: 14px;
}

.message_alert_text {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: opacity 0.5s;
    animation: bounce-in-data-v-1dcba851 0.5s;
    position: relative;
    padding: 0.32rem 0.66667rem;
    text-align: center;
    line-height: 0.64rem;
    overflow: hidden;
    font-size: 0.37333rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes bounce-in-data-v-1dcba851 {
    0% {
        transform: scale(0.4);
    }

    50% {
        transform: scale(1.03);
    }

    to {
        transform: scale(1);
    }
}

.passwordInput__container-input input[data-v-b59c95a7] {
    /* color: #fff; */
}

.phoneInput__container-input input[data-v-bef9bff8] {
    color: #000000 !important;
}

.dropdown__list-item.active[data-v-482b13c8] {
    color: #fff !important;
    background: #1ac97c;
    !important
}

.resgister__C .login_container-tab .tab svg[data-v-4752d5f1] {
    width: 6.64rem;
    height: 0.64rem;
    scale: 1.4;
    color: #9a641c;
}

.sidebar-custom {
    width: 200px;
    background-color: #1c2233;
    border-right: 1px solid #2a3042;
    padding-top: 10px;
}

.sidebar-item {
    padding: 12px 15px;
    border-bottom: 1px solid #2a3042;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.sidebar-item:hover {
    background-color: #2a3042;
}

.sidebar-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    filter: brightness(0) saturate(100%) invert(67%) sepia(19%) saturate(250%) hue-rotate(177deg) brightness(88%) contrast(85%);
}

.menu-icon {
    margin-right: 15px;
}

/* Hide on small screens */
@media (max-width: 992px) {
    .promo-section {
        display: none;
    }

    .login-wrapper {
        background: #111421;
    }

    .login-section {
        padding: 30px;
        margin-top: 85px;
    }
}