html, body {
    height: 100%;
}

body {
    font-family: 'HelveticaNeueCyr', sans-serif;
    position: relative;
    min-height: 100vh;
    -moz-user-select: none;
    background-color: #00051e !important;
    background-image: url(/exme/images/content_bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    font-size: 12px;
    color: #5D5D5D;
}

h1 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 8%;
}

input {
    border: 1px solid #C9C2C2;
    border-radius: 13px;
    padding-left: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: #111315;
}

input[type="submit"] {
    border-width: 0;
}

a {
    color: #6e6e6e;
    font-size: 14px;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container-1 {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.container-2 {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}

.wrapper {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    padding: 3% 0;
}

.content {
    margin: 8% auto 0;
    width: 100%;
}

.content .form {
    padding: 0px 9.5%;
}

.logo {
    width: 210px;
    height: 55px;
    background: url(/exme/images/logo.svg) center no-repeat;
    margin: 0px auto;
    margin-top: -25px;
}

.register-input {
    margin-bottom: 3%;
    position: relative;
}

.register-input label {
    float: left;
    font-weight: bold;
    width: 20%;
    padding: 5% 0;
}

.register-input input {
    float: right;
    height: 50px;
    width: 69%;
    padding: 0 6%;
}

.register-checkbox {
    white-space: nowrap;
}

.register-checkbox input,
.login-checkbox input {
    margin: 0;
    position: relative;
    top: 2px;
}

.button {
    width: 100%;
    cursor: pointer;
    font-size: 25px;
    display: block;
    text-align: center;
    color: inherit;
    line-height: 56px;
    text-decoration: none;
}

.informative-auth {
    text-align: center;
    margin-top: 5%;
}

.informative-auth a {
    font-size: 9px;
    text-decoration: none;
    display: inline-block;
    background: 5px center no-repeat;
    height: 40px;
    width: 32%;
    vertical-align: top;
    padding-left: 20px;
    line-height: 42px;
    text-align: center;
}

.informative-auth .google {
    background-image: url("/images/partner/social-registration/google.svg");
    background-color: #f2f2f2;
    color: #7c7a7b;
}

.informative-auth .twitter {
    background-image: url("/images/partner/social-registration/twitter.svg");
    background-color: #4494da;
    color: #fff;
}

.informative-auth .facebook {
    background-image: url("/images/partner/social-registration/facebook.svg");
    background-color: #435993;
    color: #fff;
}

.footer {
    text-align: center;
    margin: 5% 0;
    color: #fff;
}

.login-input {
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 28px;
}

.login-input label {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 3%;
}

.login-input input, .login-input input:focus, .login-input input:active {
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 32px 3% 20px;
    font-size: 21px;
    color: #ffffff;
    background-color: #121937;
    font-weight: 400;
    border: none;
}
.login-input input:focus{

}

.login-input a {
    position: absolute;
    bottom: 10px;
    right: 3%;
    z-index: 2;
    text-decoration: none;
}

.form-login {
    width: 338px;
}

.form-login .form {
    padding: 9.5% 2%;
}

.form-register .form .login-checkbox a{
    float: right;
}

.form-login h1 {
    padding-bottom: 16%;
}

.login-checkbox {
    font-size: 14px;
}

.register-link {
    text-align: center;
    margin: 5% auto;
    display: block;
}

.register-link:hover {
    text-decoration: none;
    opacity: 0.7;
}

.auth-info {
    padding: 15% 6%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.auth-info p {
    margin-bottom: 5%;
}

.auth-info p:last-child {
    margin-bottom: 0;
}

#password {
    padding-right: 64%;
}

.error {
    border-color: #d0021b;
}

.error-message {
    color: #d0021b;
}

.login-input .error-message {
    position: absolute;
    right: 3%;
    top: 10px;
    z-index: 2;
}

.register-input .error-message {
    position: absolute;
    right: 3%;
    top: 6px;
    z-index: 2;
}

.server-error {
    margin-top: 110px;
}

.server-error h1 {
    font-size: 60px;
}

.server-error h2 {
    font-size: 30px;
}

.server-error h3 {
    font-size: 16px;
    line-height: 20px;
}

.auth-list {
    margin-bottom: 4%;
}

.elem-2 {
    width: 50% !important;
}

input.elem-2 {
    border-right: 1px solid #e2d338;
}

.g-recaptcha > div {
    margin: 15px auto 0;
}

.form-field {
    color: #FFFFFF;
    height: auto;
    position: relative;
    box-sizing: border-box;
    background: #1f264c;
    border-radius: 10px;
    box-shadow: -40px 40px 40px #000;
}

.cc-button {
    margin-top: 50px;
    width: 100%;
    font-weight: 400;
    line-height: 22px;
    display: block;
    min-width: 288px;
    padding: 15px 0;
    box-sizing: border-box;
    background: #4463ff;
    border: 1px solid #5370B9FF;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
}

.cc-button:hover {
}





@media screen and (max-width: 768px) {
    body {
        background-image: none;
    }
}