

/* Start:/local/components/handscenter/main.register/templates/register_page/style.css?17556029721560*/
.hands-reg-form.form.static {
    background: #F0F0F0;
    padding: 30px 30px 50px;
    margin: 20px 0 50px;
}
.hands-reg-form.form.static .form-group {
    width: 372px;
}
.hands-reg-form.static input:not([type="checkbox"]) {
    height: 46px;
    width: 100%;
}

.hands-reg-form.static .forgot-password {
    font-size: 13px;
    color: #404b52;
    text-decoration: none;
}

.hands-reg-form.static .element.checkbox {
    margin-bottom: 0;
}

.hands-reg-form.static button {
    width: 100%;
    margin: 10px 0 0;
}

.hands-reg-form .error-message {
    display: none;
    font-size: 13px;
    line-height: 1.5;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 15px;
    border-radius: 2px;
}
.hands-reg-form .success-message {
    display: none;
    font-size: 13px;
    line-height: 1.5;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    border-radius: 2px;
}
.hands-reg-form .error-message,
.hands-reg-form .success-message {
    margin-bottom: 15px;
}

.hands-reg-form .sms-check {
    display: none;
}
.hands-reg-form .sms-check .sms-check-title {
    padding: 0 15px 30px;
    text-align: center;
    font-size: 18px;
}
.hands-reg-form .sms-check input[name="SMS_CODE"] {
    font-size: 16px;
}
.hands-reg-form .sms-check .code-expired {
    color: #e53c54;
    padding-bottom: 25px;
    font-size: 14px;
}
.hands-reg-form .recaptcha-info {
    color: #adadad;
    font-size: 12px;
}
.captcha_element{
    display: flex;
}
.element-none{
    display: none;
}
/* End */
/* /local/components/handscenter/main.register/templates/register_page/style.css?17556029721560 */
