/**,
:after,
:before*/
.input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.login-wrap {
    position: relative;
    /* добавили */
    top: 50px;
    /* добавили */
    /*left: 35%;*/
        margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 525px;
    max-height: 570px;
}

.mobileVerButtons2 {
    display: none;
}
/*
@media (max-width: 1670px) {

    .login-wrap {
        top: 70px;
        left: 33%;
    }
}

@media (max-width: 1450px) {

    .login-wrap {
        top: 40px;
        left: 31%;
    }
}

@media (max-width: 1300px) {

    .login-wrap {
        top: 30px;
        left: 29%;
    }
}

@media (max-width: 1200px) {

    .login-wrap {
        top: -10px;
        position: relative;
        margin: 50px auto;
        left: 0px;
    }
}
*/

/*
@media (max-width: 1100px) {

    .login-wrap {
        top: 55px;
        left: 25%
    }
}

@media (max-width: 1050px) {

    .login-wrap {
        position: relative;
        margin: 50px auto;
        left: 0px;
    }
}*/

@media (max-width: 500px) {
    .mobileVerButtons2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .fullVerButtons2 {
        display: none;
    }
}

.login-html {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 15px;
    padding: 25px 60px 25px 60px;
    background: rgba(210, 210, 210, .8);
    border-radius: 30px;
    z-index: 1;
}



/*
.login-html, .tab,
.login-form, .group, .label,
.login-form, .group, .button {
    text-transform: uppercase;
}*/

.tab {
    font-size: 22px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.login-form {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.group {
    margin-bottom: 5px;
    margin-top: 5px;
}

.label,
.input {
    width: 100%;
    color: black;
    display: block;
}

.button,
.button:hover,
.button:focus {
    border: none !important;
    border-radius: 20px !important;
    width: 100% !important;
    padding: 10px 0px !important;
    margin: 5px 0px !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
}

.button2,
.button2:hover,
.button2:focus {
    border: none !important;
    border-radius: 20px !important;
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 5px 0px !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
}

.login-form .group .input {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: white;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-form .group input[data-type="password"] {
    text-security: circle;
    -webkit-text-security: circle;
}

.login-form .group .label {
    margin-left: 20px;
    margin-bottom: 4px;
    text-align: left;
    color: #31313a;
    font-size: 12px;
}

.errmsg {
    text-align: center;
    margin: 0 auto;
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    background: white;
    border-radius: 20px;
}

.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
}

.login-form .group label .icon:before,
.login-form .group label .icon:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.login-form .group label .icon:before {
    left: 3px;
    width: 5px;
    bottom: 6px;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group label .icon:after {
    top: 6px;
    right: 0;
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
}

.login-form .group .check:checked+label {
    color: #fff;
}

.login-form .group .check:checked+label .icon {
    background: #1161ee;
}

.login-form .group .check:checked+label .icon:before {
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.login-form .group .check:checked+label .icon:after {
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}


.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}

.captchaWrap {
    position: relative;
    height: 84px;
    width: 400px;
    background-color: none;
}

.g-recaptcha {
    position: absolute;
    top: 10px;
    left: 52px;
}

@media (max-width: 1170px) {
    .wrap2 {
        background: url('img/register_picture.jpg') center center / cover no-repeat;
        height: 850px;
       /* height: 500px;*/
    }
 
    .panelWell__video {
        display: none;
    }

}