

/* Start:/local/components/curs/recovery.form/templates/.default/style.css?17465062691321*/
.entrance_wrapper .form_block .input_container ._input_label.focused {
    top: 10px;
    font-size: 13px;
}
#sms_resender {

}

#sms_resender:hover {
    text-decoration: none;
}


.register-form-title {
    font-size: 24px;
    margin-bottom: 20px !important;
}

/*desktop*/
@media only screen and (min-width: 1200px) {

}

/*tablet landscape*/
@media screen and (min-width: 1024px) and (max-width: 1600px) {

}

/*tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }
}

/*smartphone landscape*/
@media screen and (min-width: 480px) and (max-width: 767px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
}

/*smartphone portrait*/
@media screen /*and (min-width: 320px)*/
and (max-width: 479px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
}
/* End */
/* /local/components/curs/recovery.form/templates/.default/style.css?17465062691321 */
