:root {
    --footer-back-color: #F5FAFF;
    --color-dark-grey: #636363;
    --disabled-color: #D7DCE4;
}

.login_body.registrar {
    background-image: none;
    background-color: var(--default-back-color);
    margin-top: 0px;
}

.login {
    box-shadow: none !important;
}

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

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

.registrar.result .copyright {
    justify-content: center;
}

.registrar_sysname {
    color: var(--brand-blue-color);
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    background-image: none !important;
    padding: 0 0 8px 0 !important;
}

.registrar .winlogin > table td {
    padding: 0;
}

.registrar .winlogin .input {
    width: 605px !important;
    height: 51px !important;
    font-size: 18px;
}

.registrar div.login .login_sysname {
    padding-left: 0;
    padding-right: 0;
    width: 400px;
}

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

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

.registrar #nextButton:active, #yesButton:active {
    background: var(--brand-pink-color-active);
    border-color: var(--brand-pink-color-active);
}

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

.registrar #submitButton, .registrar #nextButton, .registrar #returnLink {
    margin-top: 46px;
    text-transform: none;
}

.registrar #returnLink {
    text-decoration: underline;
}

.registrar .returnLink {
    text-decoration: underline;
}

.return_link_cell {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 10px !important;
}

.submit_button_cell, .next_button_cell {
    display: inline-block;
    margin-right: 28px;
}

.registrar.result #submitButton {
    float: right;
}

.registrar #errorFrame {
    padding-top: 20px;
}

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

.registrar #errorMessage, .registrar #passwordTimeoutTimer, .registrar #timeoutTimer, .registrar #question, .registrar #attemptLeft {
    padding: 1px;
    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;
}

.footer {
    height: 80px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    background: var(--footer-back-color);
}

.curRates {
    background: none;
    flex-grow: 1;
    padding-top: 35px;
    text-align: right;
}

.curRates div {
    color: var(--default-back-color);
    display: inline-flex;
    font-family: 'CustomMyriadPro' !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0 !important;
    text-align: center;
}

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

.copyright {
    color : var(--color-dark-grey);
    display: inline-flex;
    flex-grow: 1;
    font-family: 'CustomMyriadPro';
    justify-content: flex-start;
    margin: 0 !important;
    padding: 35px 0 0 0 !important;
    text-align: left;
}

.curRates div {
    color: var(--color-dark-grey);
}

.submit_button_cell .disabled {
    color: var(--default-back-color) !important;
    background-color: var(--disabled-color) !important;
    border-color: var(--disabled-color) !important;
}
