body {
    background: #fff;
}

.auth-page {
    width: 430px;
    position: relative;
    z-index: 9999;
}
.auth-container {
    text-align: center;
    color: #000;
}

.auth-page .logo, .register-page .logo {
    height: 46px;
    display: block;
    background-size: contain;
    margin: 0px auto 118px;
}

.auth-container form {
    margin: 0;
}

.auth-container input.input-submit {
    width: 244px;
    margin: auto;
}

.field.field-submit {
    text-align: center;
    margin-top: 32px;
}

.auth-container .blue-border-button {
    text-align: center;
    display: block !important;
}

.auth-container .blue-border-button:after {
    display: none;
}

a.forgot-password {
    margin-top: 30px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--black-color);
}

.auth-links {
    margin-top: 12px;
    text-align: center;
    margin-bottom: 28px;
}

.auth-links a {
    display: flex;
    text-decoration: none;
    color: #929BAD;
    font-size: 16px;
    border-color: var(--blue15-color) !important;
}
.auth-links a.black{
    color: #929BAD;
}
.register-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-page {
    min-height: 662px;
    max-height: none;
}

.register-header h1 {
    color: var(--blue-color);
    margin: 0;
}

.start-register-page {
    width: 360px;
}

.inn-container > div {
    width: 370px;
}

a.button.loadINN {
    width: 370px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    height: 40px;
    line-height: 40px;
}


.second-register-page {
    display: none;
    position: relative;
    width: 360px;
}
.prev-step {
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 9999;
    display: block;
    position: relative;
}

.register-form h3 {
    margin: 0 0 32px;
    font-size: var(--title-size);
    text-transform: inherit;
}

.register-form label span {
    font-size: 14px;
    color: var(--third-gray-color);
    font-weight: 400;
}

.row {
    gap: 30px;
    align-items: end;
}
.field.field-text.inn-field {
    position: relative;
}
.row > * {
    flex: 1;
}

.register-form {
    position: relative;
}
.inn-field .loader {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 200%;
    left: auto;
    top: 13px;
    border-radius: 50%;
}
.button.black-button {
    background: #000;
}

.register-form input.button.black-button {
    height: 45px;
    border-radius: 23px;
    font-size: 14px;
    margin-bottom: 15px;
}
.auth-container .field {
    margin-bottom: 12px;
    width: 100%;
}

.auth-page .button {
    width: 100%;
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    padding: 0;
    color: #fff;
}
.auth-container .success-message {
    width: auto;
    color: var(--gray-color);
    font-weight: 400;
}
body {
    height: 100vh;
}

.second-register-page > div {height: 450px;}

.register-sidebar {
    width: 364px;
    background: #fff;
    padding: 50px 26px;
}

.register-sidebar p {
    color: var(--gray-color);
    line-height: 150%;
    text-align: center;
    margin-top: 500px;
}

.register-form input.input-text {
    border-radius: 4px;
}

.register-sidebar .logo {
    background-position: center;
}
.acc-exists {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 28px;
}

.acc-exists a {
    color: var(--blue-color);
    text-decoration: none;
}
.wait-content {
    border-color: rgba(105, 148, 240, 1) !important;
}
main {
    width: 100% !important;
    margin: 0 !important;
    height: 100vh;
}

.top {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-page h1 {
    font-size: 20px;
    margin: 0 0 28px;
    text-transform: inherit;
    color: var(--black-color);
    text-align: center;
    line-height: 130%;
}

.auth-page input.input-text, .auth-page input.input-submit, .auth-page input.input-password {
    height: 48px;
    width: 100%;
}

a.logo {
    left: 0;
    right: 0;
    top: 80px;
    margin: auto;
    z-index: 10;
    height: 35px;
    width: 193px;
    background-size: cover;
}

a.logo path{
    fill: #fff;
}

.auth-page .field.field-submit {
    margin-bottom: 0;
    margin-top: 28px !important;
}
.second-register-page .field:not(.inn-field) {
    display: none;
}
.auth-page > div {
    background: #fff;
    padding: 40px 32px;
    height: 100%;
    border-radius: 12px;
}

.privacy-policy, .privacy-policy a {
    font-size: 12px;
    color: #929BAD;
    text-align: center;
}
.privacy-policy a{
    text-decoration: underline;
}
.register-page .field {
    margin-bottom: 12px;
}
.register-page .button {
    margin-top: 16px;
    margin-bottom: 4px;
}
.register-page .field.field-submit {
    margin-bottom: 28px;
}
label.remember-label input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

label.remember-label input+span:before {
    content: "";
    border: 2px solid var(--blue15-color);
    width: 14px;
    height: 14px;
    border-radius: 4px;
    display: inline-block;
}
.privacy-policy a:hover {
    color: var(--main-blue-color);
}
label.remember-label input:checked+span:before {
    background: 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") rgba(64, 123, 249, 1);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

label.remember-label {
    display: flex;
    justify-content: start;
    gap: 8px;
}
a.forget-pass {
    flex: 1;
    text-align: right;
}
.auth-links a.button.black:hover {
    border-color: var(--main-blue-color) !important;
    color: var(--main-blue-color);
}

.error.field {
    text-align: left;
    color: var(--red-color);
    margin: 4px 0;
    position: relative;
}

.error.field:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 6px;
    background: var(--red-color);
    border-radius: 50% !important;
    position: relative;
    top: -3px;
}
.field.field-hidden {
    display: none !important;
}
.register-page .loader {
    top: 164px;
}