body {
    padding-top: 10px;
    padding-bottom: 40px;
}

.form-signin {
    max-width: 600px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.form-signin .form-signin-heading,.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type=text],.form-signin input[type=password] {
    font-size: 16px;
    height: auto;
    margin-bottom: 2px;
    padding: 7px 9px;
}


.centered {
    max-width: 670px;
    padding: 19px 29px 0;
    margin: 0 auto 20px;
}

.custom-btn-group {
    white-space: normal !important;
}

.wrapper {
    margin-left: auto ;
    margin-right: auto ;
}

.required {
    font-size: 25px;
}

.modal_text {
    font-size: 18px;
}

.send_sms_label, .email_opt_out_label {
    font-size: 12px;
}


label.valid {
    width: 24px;
    height: 24px;
    background: url(../skins/img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

.btn-social-logout {
    padding: 4px 6px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 0 0;
}

.custom_radio {
    background-color: inherit;
}

.registrationFormIcon {
    height: 16px;
    width: 16px;
}

/* show only vk icon */
#social_icons_block .social-icon .fb_button, #social_icons_block .social-icon .tw_button{
    display: none;
}
