.control-group {
    margin: 0 0 10px 0;
}
.sitogonMessageText {
    text-align: center;
}
#j_sms_registration_component {
    padding: 20px;
}
.controls input[type="text"], .controls input[type="password"], .controls input[type="email"] {
    border: solid green 1px;
    width: 100%;
    padding: 10px;
    margin: 3px 0;
    border-radius: 3px;
}
.enter_symbols_block_wrapper br {
    display: none;
}
.top_stadrt_reg_url {
    margin: 10px;
    color: red;
}
.standart_registration_url_block {
    margin: 10px;
}
.btn.btn-success.standart_registration_url {
    font-size: 12px;
}
.vzvk {
    color: red;
}
.j_sms_registration_phone {
    text-align: center;
}
.vzvk2 {
    color: green;
    margin: 5px 0 10px 0;
}
.top_symbols_text {
    margin: 0 0 20px 0;
}
.top_symbols_text.defaultlayout {
    max-width: inherit;
}
.moduletable.mod_j_sms_registration .module_content {
    padding: 10px;
}
.j_sms_registration_phone_fields_block .j_sms_registration_phone {
    width: 100%;
}
#login-form input {
    width: 80%;
}
#j_sms_registration_component_form {
    text-align: center;
}
.top_text {
    font-size: 11px;
    font-weight: bold;
}
#j_sms_form-form .top_text {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.enter_symbols_block_wrapper .ener_one_symbol {
    max-width: 50px;
    float: left;
    margin: 0 5px 0 0;
    min-height: 40px;
    border: solid 1px #ccc;
}
.enter_symbols_block {
    margin: 10px 0;
}
.j_sms_registration_phone_buttons_block {
    text-align: center;
}
.j_sms_registration_phone_fields_block, .enter_password_block {
    margin: 10px 0;
}
.enter_symbols_block_wrapper {
    display: inline-block;
}
.enter_symbols_block {
    text-align: center;
}
.j_sms_registration_phone_bottom_block {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}
.j_sms_registration_phone_bottom_block a {
    text-decoration: underline;
    cursor: pointer;
}
.err_j_phone {
    color: red;
    font-weight: bold;
    text-align: center;
}
.moduletable.mod_j_sms_registration {
    background: #fafafa;
    border: solid #acc8ac 1px;
}
.ener_one_symbol {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.one_login_field input[type="text"], .one_login_field input[type="password"] {
    border: solid 1px green;
}
.one_login_field {
    width: 100%;
    margin: 4px 0;
}
.backlnk {
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
}
.greeting_jsms {
    margin: 10px 0;
}
.full_popup_block_jsms {
    background: #fff;
    padding: 20px;
    min-width: 300px;
}
.bot_j_sms_buttons {
    text-align: center;
}
.btn, .logout_button a, .enter_standart_login_form #wp-submit {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}
.btn-success, .sitogon_sms_registration_module .btn-success, .logout_button a, .enter_standart_login_form #wp-submit {
    background: green;
    color: #fff;
}
.btn-success:hover, .enter_standart_login_form #wp-submit:hover, .logout_button a:hover{
    background: #000;
}
.j_sms_registration_main_content input[type="text"] {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    border: solid 1px #ccc;
    background: #fff;
    text-align: center;
}
.enter_standart_login_form p input[type="text"], .enter_standart_login_form p input[type="password"] {
    padding: 10px;
    width: 95%;
}
.enter_symbols_block_wrapper {
    margin: 0 0 20px 0;
}
.sitogonMessageClose {
    cursor: pointer;
    position: absolute;
    right: 10px;
}
.sitogon_system_message {
    position: relative;
    padding: 10px;
    box-shadow: 1px 2px 1px 1px #ccc;
}
.sitogon_system_message.type_message {
    background: green;
    color: #fff;
}
.type_error {
    background: red;
    color: #fff;
}
#j_sms_form-form .bot_j_sms_buttons {
    text-align: left;
    margin: 10px 0;
}
.control-label label {
    font-size: 13px;
}
.asterix i {
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 11px;
    color: red;
}
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox__text {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}
.checkbox__text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.checkbox__text:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.checkbox input:checked + .checkbox__text:before {
    background: #9FD468;
}
.checkbox input:checked + .checkbox__text:after {
    left: 26px;
}
.checkbox input:focus + .checkbox__text:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
.checkbox__text span {
    display: inline-block;
    margin-top: -5px;
}
input:disabled, input:disabled.btn:hover,
input:disabled.btn:active,
input:disabled.btn:focus {
    cursor: not-allowed;
    background: #ccc;
}

