.login_body.registrar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.registrar_winlogin {
    padding: 32px;
    box-shadow: 0px 4px 30px #6F6F6F2E;
    background: var(--default-back-color);
    border-radius: 24px;
    opacity: 75%;
}

.login_sysname.registrar_sysname {
    padding: 0 0 5px 0;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 36px;
    background-image: none !important;
}

.registrar_winlogin > table td {
    padding: 0;
}

.registrar_winlogin .input {
    width: 655px !important;
    height: 51px !important;
    font-size: 18px;
}

.registrar td.login_label {
    white-space: nowrap;
    height: 24px;
    vertical-align: bottom;
    padding: 20px 0 6px 0!important;
}

.registrar.result td.login_label {
    color: var(--default-text-color);
}

.registrar .copyright_cell {
    padding-top: 26px;
    font-size: 12px !important;
    text-align: center;
    color: var(--pale-text-color);
}

.registrar .login_sysname {
    padding-left: 0;
    padding-right: 0;
    width: 400px;
    font-size: 14px;
}

.registrar .login_sysname_cell {
    display: flex;
    justify-content: center;
}
.registrar .login_sysname_cell img {
    margin-right: 25px;
}
.registrar .login_sysname_cell div {
    font-size: 14px;
}

.registrar #nextButton {
    border: 2px var(--brand-color) solid;
    border-radius: 25px;
    color: var(--default-back-color);
    background-color: var(--brand-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    width: 136px;
}

.registrar #nextButton:hover, #yesButton:hover {
    background: var(--button-light-color);
    border-color: var(--button-light-color);
}

.registrar #nextButton:active, #yesButton:active {
    background: var(--button-dark-color);
    border-color: 2px solid var(--button-dark-color);
}

.registrar #nextButton.disabled, #yesButton.disabled {
    background-color: var(--pale-border-color);
    border-color: var(--pale-border-color);
    border-radius: 20px;
}

.registrar #submitButton,
.registrar #submitPasswButton,
.registrar #nextButton {
    margin-top: 36px;
    width: 247px;
}

.return_link_cell {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 22px !important;
    vertical-align: bottom;
}

.returnLinkImg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-color: var(--brand-color);
    mask: url('../img/arrow_left.svg') no-repeat left;
    mask-size: 16px 16px;
    -webkit-mask-size: 16px 16px;
}

.registrar #returnLink {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
    color: var(--default-text-color);
}

.registrar #errorFrame {
    padding: 20px 0 0 0;
}

.registrar #errorFrame > img {
    float: left;
    padding-right: 5px;
}

.registrar #errorMessage, .registrar #passwordTimeoutTimer, .registrar #timeoutTimer, .registrar #question, .registrar #attemptLeft {
    padding: 1px;
    width: 566px !important;
    color: var(--default-text-color);
}

.registrar #questionTr > td, .registrar #answerTr > td, .registrar #passwordTimeoutTr > td, .registrar #timeoutTr > td, .registrar #attemptLeftTr > td {
    padding-top: 20px
}

.registrar #passwordTimeoutTimer, .registrar #timeoutTimer, .registrar #attemptLeft {
    font-weight: bold;
}

.registrar #timeoutTimer.warning {
    border-bottom: 2px solid var(--red-color);
}

#yesButton, #noButton {
    border: 2px var(--brand-color) solid;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    text-transform: uppercase;
    width: 83px;
}

#yesButton {
    color: var(--default-back-color);
    background: none repeat scroll 0 0 var(--brand-color);
}

#noButton {
    color: var(--brand-color);
    background: none repeat scroll 0 0 var(--default-back-color);
}

#noButton:hover {
    color: var(--button-light-color);
    background: var(--default-back-color);
    border-color: var(--button-light-color);
}

#noButton:active {
    color: var(--button-dark-color);
    background: var(--pale-back-color);
    border-color: var(--button-dark-color);
}

#noButton.disabled {
    color: var(--pale-text-color);
    background-color: var(--default-back-color);
    border-color: var(--pale-text-color);
}

#captcha {
    width: 305px;
}

.captcha-wrap, #captchaImg {
    width: 200px;
}

.captcha-inp-wrap, #captchaInp {
    width: 100px;
}

.captcha-inp-wrap, .captcha-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.delim {
    border-left: 1px solid var(--default-back-color);
    flex: none;
    height: 16px;
    margin: 35px 32px 0 12px;
}
