.login-popup__column .form-group{
    position: relative;
}

.login-popup__column .help-block{
    color: #ff0000;
    position: absolute;
    top: 19px;
    left: 8px;
    font-size: 14px;
    height: 0;
}

.login-popup__column .user-consest-group .help-block {
    top: 41px;
    min-width: 250px;
    height: 10px;
}

.login-popup__column .user-consest-group.lang-es .help-block {
    top: 21px;
}

.login-popup__column .g-recaptcha .help-block{
    top: 48px;
}

.login-popup__column .result{
    line-height: 18px;
}

.login-popup__column .result.error{
    color: #ff0000;
}

.login-popup__column .result.success{
    color: #28b2ed;
}

.login-social__item{
    width: 100%;
    margin-bottom: 5px;
}


.login-social__item span{
    vertical-align: middle;

}

.login-social__item span.login-social__icon{
    margin-right: 18px;
}

.social_fb-reg {
    display: inline-block;
    background-image: url(/local/templates/new_html/img/ic-facebook.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
}

.social_twitter-reg {
    display: inline-block;
    background-image: url(/local/templates/new_html/img/ic-twitter.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.social_vk-reg {
    display: inline-block;
    background-image: url(/local/templates/new_html/img/ic-vk.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.social_mailru-reg{
    display: inline-block;
    background-image: url(/local/templates/new_html/img/mailru.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.social_google-reg{
    display: inline-block;
    background-image: url(/local/templates/new_html/img/ic-gplus.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.social_yandex-reg{
    display: inline-block;
    background-image: url(/local/templates/new_html/img/yandex_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}

.login-box .social-block-wrap .social-block a, .login-box .social-block-wrap .login-popup__text{
    text-align: left;
}


#cboxLoadingGraphic {
    width: 640px;
    height: 490px;
    background: url(/local/templates/new_html/img/preloader.gif) no-repeat center center;
}

#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


#cboxLoadingGraphic-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#newRegister .modal-content.load{
    width: 640px;
    height: 490px;
}

.result.success{
    line-height: 19px;
    padding-bottom: 25px;
    color: #2c2c2c;
}

.result.error{
    line-height: 19px;
    padding-bottom: 25px;
    color: #ff0000;
}

#newRegister .preloader{
    display: block;
    margin: 0 auto;
    position: relative;
}

/*#newRegister .preloader:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*display: block;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(255, 255, 255, .6);*/
    /*z-index: 101;*/
/*}*/

#newRegister .preloader:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid #f1f1f1;
    border-top-color: #28b2ed;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 102
}