.elementor-579 .elementor-element.elementor-element-6a05b9b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:5em;--padding-bottom:7em;--padding-left:0em;--padding-right:0em;}.elementor-579 .elementor-element.elementor-element-a420d66{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-6a05b9b *//* ===== Tutor Registration Form Only ===== */
#tutor-registration-wrap {
    max-width: 680px;
    margin: 50px auto;
    padding: 36px 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(2, 47, 106, 0.12);
    font-family: inherit;
}

/* Labels */
#tutor-registration-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #022F6A;
    margin-bottom: 6px;
}

/* Inputs */
#tutor-registration-wrap input[type="text"],
#tutor-registration-wrap input[type="password"] {
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1.5px solid #d6deea;
    font-size: 14px;
    background: #ffffff;
    transition: all 0.3s ease;
}

#tutor-registration-wrap input::placeholder {
    color: #8a9ab0;
}

#tutor-registration-wrap input:focus {
    border-color: #022F6A;
    box-shadow: 0 0 0 3px rgba(2, 47, 106, 0.15);
    outline: none;
}

/* Two Column Gap Fix */
#tutor-registration-wrap .tutor-form-row {
    margin-bottom: 18px;
}

#tutor-registration-wrap .tutor-form-col-6 {
    padding-right: 10px;
}

#tutor-registration-wrap .tutor-form-col-6:last-child {
    padding-right: 0;
}

/* Password Strength */
#tutor-registration-wrap .tutor-password-strength-hint {
    margin-top: 8px;
}

#tutor-registration-wrap .tutor-password-strength-hint .indicator span {
    height: 4px;
    border-radius: 4px;
}

/* Submit Button */
#tutor-registration-wrap .tutor-btn-primary {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    background: #022F6A;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}

#tutor-registration-wrap .tutor-btn-primary:hover {
    background: #011f4a;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(2, 47, 106, 0.25);
}

/* ===== Mobile Responsive ===== */
@media (max-width: 768px) {
    #tutor-registration-wrap {
        margin: 20px 15px;
        padding: 28px 22px;
        border-radius: 14px;
    }

    #tutor-registration-wrap .tutor-form-col-6 {
        width: 100%;
        padding-right: 0;
    }

    #tutor-registration-wrap input[type="text"],
    #tutor-registration-wrap input[type="password"],
    #tutor-registration-wrap .tutor-btn-primary {
        height: 48px;
    }
}/* End custom CSS */