body, html {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: table;
    font-family: Montserrat;
}

@font-face {
    font-family: Montserrat;
    src: url('/fonts/montserrat/Montserrat-Medium.otf');
}
@font-face {
    font-family: Montserrat Bold;
    src: url('/fonts/montserrat/Montserrat-Bold.otf');
}
a, input {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a {
    text-decoration: none;
    cursor: pointer;
}
div.header {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0px 0px 0px 20px;
    z-index: 9997;
    background-color: #000 !important;
    color: #fff;
}
div.header a {
    display: inline-block;
    background-color: #353535;
    background-image: url('/images/top_menu_button.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center 13px;
    filter: grayscale(1);
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    float: left;
    margin: 10px 20px 0px 0px;
    transform: rotate(90deg);
}
div.clear {
    clear: both;
}
div.auth_left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}
div.auth_right {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 70px;
    vertical-align: top;
    min-height: 100vh;
}
div.auth_right img {
    max-width: 100%;
}
#auth_main {
    overflow: auto;
    padding-bottom: 48px;
}
#wrapper {
    padding-top: calc((100vh - 700px)/2);
    margin: 0px auto;
    max-width: 380px;
    transition: all 0.25s ease 0s;
}
#logo {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    display: table;
}
#form {
    margin: 0px auto;
    margin-bottom: 0px;
    padding: 1.25rem;
    border-radius: 0.25rem;
}
#form h2 {
    text-align: center;
    margin-top: 0px;

}
#form input[type=text], #form input[type=password] {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-image: initial;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    -moz-appearance: none;
    font-size: 16px;
    transition: all 0.1s ease 0s;
    padding: 12px;
    width: 100%;
}
#form input[type=text]::placeholder, #form input[type=password]::placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 100;
}
#form input[type=text]:focus, #form input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
    box-shadow: 0px 0px 3px 0px rgba(43,171,49,1);
}
#form input[type=submit] {
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    border-image: initial;
    background-color: #6C84CC;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form input[type=submit]:hover {
    background-color: #6278BA;
}
#form input[disabled=disabled] {
    background-color: #f4f4f4;
}
div.input span {
    font-size: 14px;
    display: block;
    margin: 10px 0px 5px 5px;
}
div.input span#TIME_LEFT {
    display: inline-block !important;
}
#under_form {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
}
div.remember {
    display: table-cell;
    text-align: left;
    font-size: 14px;
    vert-align: top;
}
#remember {
    display: none;
}
#remember+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}
#remember+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
#remember:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
div.forgot {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    vertical-align: top;
}
div.signup a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #6C84CC;
    border-radius: 4px;
    border-image: initial;
    background-color: #dde4f7;
    color: #6C84CC;
    font-family: Montserrat !important;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
div.signup a:hover {
    background-color: #e4ebff;
    color: #6C84CC;
}
div.signup {
    font-size: 14px;
    border-top: 1px solid rgb(216, 221, 230);
    padding-top: 15px;
}
div.auth_right p {
    font-size: 18px;
}
.form_error p {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}
.form_error {
    color: #c83936;
    border: 2px solid #ea7471;
    background-color: #ffdcdc;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 7px;
}
.powered {
    text-align: center;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    color: #666;
}

.orline {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin: 25px 0px 18px 2px;
    text-align: center;
}
.orline span::after, .orline span::before {
    width: 135px;
    content: "";
    height: 1px;
    background-color: rgb(216, 221, 230);
    position: absolute;
    top: 50%;
}
.orline span::before {
    right: 100%;
    margin-right: 20px;
}
.orline span::after {
    left: 100%;
    margin-left: 20px;
}
.orline span {
    position: relative;
    display: inline-block;
    text-align: center;
}
.sonet_login_btn {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin: 5px 0px 5px 0px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
    border: 1px solid #eaeaea;

}

.vk_login_btn {
    background-color: #4a76a8;
    background-image: url(/img/interface/vk.svg);
    color: #fff;
}
.fb_login_btn {
    background-color: #4267b2;
    background-image: url(/img/interface/fb.svg);
    color: #fff;
}
.go_login_btn {
    background-color: #fff;
    background-image: url(/img/interface/go.svg);
}
.facebook_login {
    background-color: #4267b2;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    display: block;
    font-family: Montserrat Bold;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width:410px;
    -webkit-appearance: none;
    margin: 0px 0px 0px 10px;
}
.facebook_login:hover {
    background-color: #547ac7;
}
.vkontakte_login {
    border-radius: 4px;
    background-color: #4a76a8;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    display: inline-block;
    font-family: Montserrat;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width:410px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0px 0px 0px 0px;
}
.vkontakte_login:hover {
    background-color: #4e97cd;
}
.form_field {
    padding-bottom: 15px;
}
.form_field span {
    font-size: 11px;
}
.button {
    display: block;
    border-style: solid;
    border-width: 0px;
    border-radius: 4px;
    border-image: initial;
    background-color: #6C84CC;
    text-decoration: none;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width: 1024px) {

    body {
        display: block !important;
    }
    div.auth_left {
        width: 100% !important;
        display: block !important;
    }
    div.auth_right {
        width: 100% !important;
        display: block !important;
    }
}
@media screen and (max-width: 800px) {

    body {

    }
    div.auth_left {
        padding: 0px 10px !important;
        box-sizing: border-box;
    }
    div.auth_right {
        padding: 50px 10px !important;
        box-sizing: border-box;
    }
}