

/* Start:/local/components/hobbit2017/AuthHobbit/templates/.default/style.css?1709034212918*/
@media (min-width: 1000px)  {
    .auth_div_block {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .auth_div_block input:not([type=checkbox]) {
        width: 500px;
        border: solid 1px #D0D0D0;
        border-radius: 10px;
        padding: 10px;
        margin: 10px 0;
        font-size: 1.1em;
    }

    form#registration_form table {
        width: 500px;
    }
}

.mobile_confirm_button {
    border-radius: 10px;
    color: #fff;
    background-color: #3ac267;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.mobile_confirm_button:active {
    background-color: green;
}
#auth_alert_box {
    display: none;
}
#PERSONAL_PHONE_VALUE {
    display: none;
    margin: 10px 0;
    color: green;
}
.hidden_box {
    display: none;
}
/* End */
/* /local/components/hobbit2017/AuthHobbit/templates/.default/style.css?1709034212918 */
