.elementor-279 .elementor-element.elementor-element-6d9b489d{--display:flex;}.elementor-279 .elementor-element.elementor-element-408a4968{text-align:center;font-size:1px;}/* Start custom CSS for container, class: .elementor-element-6d9b489d *//* Main Registration Container */
.tutor-wrap{
    max-width: 650px;
    margin: 40px auto;
}

.tutor-form-register-wrap,
.tutor-registration-form{
    background:#ffffff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    border:1px solid #eef1f5;
}

/* Heading */
.tutor-form-register-wrap h3,
.tutor-registration-form h3{
    text-align:center;
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.tutor-form-register-wrap p{
    text-align:center;
    color:#666;
}

/* Fields */
.tutor-form-control,
.tutor-form-control:focus{
    height:55px !important;
    border-radius:12px !important;
    border:1px solid #dfe3ea !important;
    box-shadow:none !important;
    font-size:15px;
    padding:0 16px !important;
}

/* Textarea */
textarea.tutor-form-control{
    height:120px !important;
    padding-top:15px !important;
}

/* Labels */
.tutor-form-label{
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

/* Register Button */
.tutor-btn-primary,
.tutor-btn.tutor-btn-primary{
    width:100%;
    height:56px;
    border-radius:12px;
    background:#ff6b00 !important;
    border:none !important;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.tutor-btn-primary:hover{
    transform:translateY(-2px);
}

/* Social Login Buttons */
.nsl-container-buttons a{
    border-radius:12px !important;
    margin-bottom:10px !important;
    overflow:hidden;
}

/* Divider */
.nsl-container{
    margin-bottom:20px;
}

/* Login Link */
.tutor-login-wrap,
.tutor-signin-wrap{
    text-align:center;
    margin-top:20px;
}

/* Checkbox */
.tutor-form-check-input{
    width:18px;
    height:18px;
}

/* Mobile */
@media(max-width:767px){

    .tutor-form-register-wrap,
    .tutor-registration-form{
        padding:20px;
        border-radius:15px;
        margin:10px;
    }

    .tutor-form-register-wrap h3,
    .tutor-registration-form h3{
        font-size:26px;
    }

    .tutor-form-control{
        height:50px !important;
        font-size:14px;
    }

    .tutor-btn-primary{
        height:52px;
        font-size:16px;
    }
}/* End custom CSS */