/* Auth Container */
.ast-site-header {
    margin-bottom: 0 !important;
}

.bcpl-auth-container {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    margin: 0 !important;
}

.auth-left {
    padding: 0;
    margin: 0;
    position: relative;
    width: 42%;
}

.auth-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* .auth-left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url('../images/brush-stroke.png') no-repeat bottom center;
    background-size: cover;
} */


.auth-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: #fff;
    width: 58%;
}

.auth-form-container {
    width: 100%;
    max-width: 400px;
}

.entry-content .auth-form-title {
    margin-bottom: 16px;
    font-family: 'Montserrat';
    font-size: 32px;
    line-height: 38px;
}

.entry-content .auth-form-subtitle{
    font-family: 'helvetica';
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.auth-form-label{
    font-family: 'helvetica';
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.auth-form-input{
    font-size: 12px;
    color: #000;
}

/* Typography */
h1 {
    font-size: 2.5rem;
    color: #1E2F97;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Montserrat';
}

.subtitle {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.subtitle-small {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

/* Form Elements */
.form-group {
    margin-bottom: 30px;
}


label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333333;
    font-weight: 500;
    font-size: 0.9rem;
}

input[type="tel"],
input[type="email"],
input[type="text"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    height: 48px;
}

input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    outline: none;
    border-color: #1E2F97;
}

/* Buttons */
.primary-button {
    width: 100%;
    padding: 1rem;
    background-color: #FFF3E1;
    color: #FEA11D;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'Helvetica';
}

.primary-button:hover {
    background-color: #FF5500;
}

.primary-button:disabled {
    background-color: #E0E0E0;
    color: #999;
    cursor: not-allowed;
}

/* OTP Input */
.otp-inputs {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    justify-content: flex-start;
}

.otp-inputs input {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #E0E0E0;
    border-radius: 10px !important;
    background: #fff;
}

.otp-inputs input:focus {
    outline: none;
    border-color: #1E2F97;
}

/* Resend Section */
.resend-section {
    text-align: center;
    margin-bottom: 2rem;
}

.link-button {
    background: none;
    border: none;
    color: #1E2F97;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    font-size: 0.9rem;
}

.link-button:hover {
    text-decoration: underline;
}

.timer {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* Disclaimer & Terms Section */
.disclaimer-section,
.terms-section {
    margin-bottom: 1.5rem;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #E0E0E0;
    border-radius: 4px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #f5f5f5;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #FF4B26;
    border-color: #FF4B26;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #666;
}

.checkbox-container a {
    color: #1E2F97;
    text-decoration: none;
}

.checkbox-container a:hover {
    text-decoration: underline;
}

.disclaimer-section {
    background: #FFF9F5;
    border-radius: 10px;
    padding: 1rem;
}

.disclaimer-section .checkbox-container .text {
    color: #666;
}

/* Verify Button */
.primary-button:disabled {
    background-color: #E0E0E0;
    color: #999;
    cursor: not-allowed;
}


.page-id-295 .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.entry-header.ast-no-thumbnail {
    display: none !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.auth-left-mobile {
    display: none;
}
@media screen and (max-width: 768px) {

    .bcpl-auth-container {
        flex-direction: column;
        height: auto;
    }

        .auth-left-desktop {
            display: none !important;
        }
    .auth-left,
    .auth-right {
        width: 100% !important;
    }

    .auth-left-mobile {
        display: block !important;
        width: 100%;
        height: 200px;
    }

    .auth-left-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .auth-left {
        height: 281px;
    }

    .auth-right {
        padding: 2rem 1.5rem;
    }

    .auth-form-container {
        max-width: 100%;
    }

    .entry-content .auth-form-title {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }

    .entry-content .auth-form-subtitle {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 24px;
    }

        .entry-content .auth-form-subtitle-otp {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 30px;
        }

    .auth-form-label {
        font-size: 13px;
    }

    input[type="tel"],
    input[type="email"],
    input[type="text"] {
        font-size: 14px;
        height: 44px;
    }

    .primary-button {
        padding: 0.85rem;
        font-size: 0.9rem;
    }

    .otp-inputs {
        gap: 0.5rem;
    }

    .otp-inputs input {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }

    .checkbox-container {
        padding-left: 26px;
        gap: 0.5rem;
    }

    .checkmark {
        height: 18px;
        width: 18px;
    }

    .checkbox-container .text {
        font-size: 0.75rem;
    }

    .subtitle,
    .subtitle-small,
    .timer {
        font-size: 0.85rem;
    }

    .disclaimer-section {
        padding: 0.75rem;
    }
}