/* WooCommerce Login/Register Tabs */
.woocommerce-login-register-tabs .tabs {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 1rem;
    max-width: 380px;
    width: 100%;
}

.woocommerce-login-register-tabs .tab-link {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    color: #3f2c75 !important;
    border-radius: 6px;
    font-weight: 600;
    width: 100%;
    transition: 0.2s;
    background: #f8f8f8;
}

.woocommerce-login-register-tabs .tab-link:hover {
    background: #e8e8e8;
    transition: 0.2s;
}

.woocommerce-login-register-tabs .tab-link.active {
    background: #e8e8e8;
}

.woocommerce-login-register-tabs .tab-content {
    display: none;
    max-width: 380px;
    margin: 4rem auto;
}

.woocommerce-login-register-tabs .tab-content.active {
    display: block;
}

.ct-woo-unauthorized label {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #3f2c75;
}

.woocommerce-Input {
    height: 59px !important;
    background: #fff !important;
    border: 1px solid #dbdbdb !important;
}

.ct-woo-unauthorized .woocommerce-LostPassword {
    font-weight: 700;
}

.ct-woo-unauthorized .woocommerce-form-login__rememberme {
    margin: 0 !important;
    font-size: 14px !important;
}

.woocommerce-button {
    width: 100%;
    padding: 0em 3em 0em 3em !important;
    height: 60px;
    background: #efa61f !important;
    color: #fff !important;
    line-height: 22px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    border: 2px dashed #fff !important;
    border-radius: 0.7rem !important;
    margin: 0 !important;
    display: flex;
    gap: 0.8rem;

    &:hover {
        background: #3f2c75 !important;
        transition: 0.2s;
    }
}
