.elementor-136 .elementor-element.elementor-element-7a08e91d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-164566ca *//*=========================================
VBI TUTOR LMS REGISTER FORM
=========================================*/


.tutor-card{
    border:none !important;
    box-shadow:none !important;
}






#tutor-registration-form{
    max-width:700px;
    margin:60px auto;
    padding:45px;
    background:#fff;
    border:1px solid #e6eeff;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    font-family:'Poppins',sans-serif;
}

/* Labels */

#tutor-registration-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#16315f;
    margin-bottom:10px;
}

/* Input */

#tutor-registration-form .tutor-form-control{
    width:100%;
    height:58px;
    border:2px solid #dbe7ff;
    border-radius:14px;
    background:#f9fbff;
    padding:0 18px;
    font-size:15px;
    color:#222;
    transition:.35s;
    box-shadow:none;
}

#tutor-registration-form .tutor-form-control:hover{
    border-color:#92b8ff;
}

#tutor-registration-form .tutor-form-control:focus{
    border-color:#0b63ff;
    background:#fff;
    box-shadow:0 0 0 5px rgba(11,99,255,.12);
    outline:none;
}

/* Placeholder */

#tutor-registration-form input::placeholder{
    color:#9aa9c2;
    font-size:14px;
}

/* Password Eye */

#tutor-registration-form .tutor-password-field span{
    color:#0b63ff;
}

/* Button */

#tutor-registration-form .tutor-btn-primary{

    width:100%;
    height:58px;

    border:none;
    border-radius:14px;

    background:linear-gradient(90deg,#0052d4,#3f6cff,#6fb1fc);

    color:#fff;

    font-size:17px;

    font-weight:600;

    transition:.35s;

}

#tutor-registration-form .tutor-btn-primary:hover{

    transform:translateY(-2px);

    box-shadow:0 18px 35px rgba(0,82,212,.28);

}

/* Already Account */

#tutor-registration-form .tutor-small{

    font-size:15px;

    color:#666;

}

#tutor-registration-form .tutor-btn-link{

    color:#0052d4;

    font-weight:600;

    text-decoration:none;

}

#tutor-registration-form .tutor-btn-link:hover{

    color:#003ea3;

}

/* Space */

#tutor-registration-form .tutor-form-group{

    margin-bottom:22px;

}

/* Tablet */

@media(max-width:991px){

#tutor-registration-form{

padding:35px;

margin:40px 20px;

}

}

/* Mobile */

@media(max-width:767px){

#tutor-registration-form{

padding:25px;

border-radius:18px;

}

#tutor-registration-form .tutor-form-control{

height:54px;

font-size:14px;

}

#tutor-registration-form .tutor-btn-primary{

height:54px;

font-size:16px;

}



}/* End custom CSS */