/* login-page.css */

.whb-col-right.whb-column13 .wd-header-my-account {
    display: none !important;
}

.login-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    gap: 40px;
}

.login-left,
.login-right {
    flex: 1;
}

.login-left {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    gap: 20px;
}

.login-left h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.login-left .highlight {
    color: red;
    font-style: italic;
}

.benefits-list {
    list-style: none;
    padding: 0;
    color: #333;
    font-size: 16px;
}

.benefits-list li {
    margin-bottom: 10px;
}

.benefits-list i {
    color: red;
    margin-right: 8px;
}

.login-left img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}

.login-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-right h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.login-tabs {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab {
    flex: 1;
    padding: 12px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
    border-radius: 20px 20px 0px 0px;
    margin: 6px;
}

.tab.active {
    background: white;
    border-bottom: 2px solid red;
    color: red;
}

.tab-content {
    width: 100%;
    max-width: 400px;
}

.login-button,
.email-button {
    width: 100%;
    padding: 14px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 10px;
}

.social-login {
    margin-top: 20px;
    text-align: center;
}

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

.divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.divider::before {
    content: '';
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

.social-button {
    width: 50%;
    /* padding: 12px; */
    margin: 5px 0;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-button.fb {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
}

.social-button.google {
    background: #fff;
    border: 1px solid #ccc;
    color: #444;
}

.social-button i {
    margin-right: 10px;
}

.register-button {
    margin-top: 20px;
    background-color: black;
    color: white;
    padding: 14px;
    width: 100%;
    max-width: 400px;
    font-weight: bold;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.terms {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    max-width: 400px;
}

.terms a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.step-1-phone,
.step-1-country-code,
.step-3-name,
.step-3-email,
.step-3-ic,
.step-3-password {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}

.step-1-country-code {
    width: 30% !important;
    padding: 8px 30px;
}

.card-white {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
}

::placeholder {
    color: #9e9e9e;
    font-weight: 500;
}

.step {
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.step.active {
    display: block;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 10px;
}

.step-2-otp {
    width: 48px;
    height: 48px !important;
    font-size: 24px;
    text-align: center;
    border-radius: 12px !important;
    border: 1px solid #ccc;
}

.resend-code {
    margin-top: 10px;
    color: green;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.reset-code {
    margin-top: 10px;
    color: green;
    cursor: pointer;
    font-size: 14px;
}

.back-button {
    margin-top: 20px;
    text-align: left;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

#image-1 {
    max-width: 424px;
    margin-bottom: 20px;
}

.password-wrapper {
    position: relative;
}

.step-3-password {
    padding-right: 40px;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #888;
}

.swal2-confirm {
    background-color: #eb001e !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

.wd-page-title {
    display: none !important;
}

@media (max-width: 680px) {
    .login-left {
        display: none !important;
    }

    /* reset from display flex to none */
    .login-wrapper {
        display: block;
    }

    #image-1 {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        /* height: auto; */
    }
}