:root {
    --brand-pink-color: #AB0873;
    --brand-pink-color-hover: #C04B98;
    --brand-pink-color-active: #950965;
    --brand-pink-border-color-active: #AB0873;
    --brand-blue-color : #0073AE;
    --on-brand-pale-text-color: #E8EBF0C7;
    --on-brand-pale-text-color2: rgba(195, 205, 217, 0.78);
    --default-text-color: #000000;
    --default-back-color: #FFFFFF;
    --pale-text-color: #747475;
    --login-text-color: #37474F;
    --bright-border-color: #9B9B9B;
    --pale-border-color: #D3D2D3;
    --pale-back-color: #F5F6F8;
    --menu-hover-color: #F5FAFE;
    --button-light-color: #769EBB;
    --button-dark-color: #47708E;
    --red-color: #DD4545;
    --login-back-color: #FFF;
}

@font-face {
    font-family: 'CustomMyriadPro';
    src: url('../fonts/myriadpro/MYRIADPRO-REGULAR.otf') format("opentype");
    src: url('../fonts/myriadpro/MYRIADPRO-REGULAR.woff2') format("woff2");

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CustomMyriadPro';
    src: url('../fonts/myriadpro/MYRIADPRO-BOLD.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    margin: 0;
    font-family: "MyriadPro", MyriadPro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: var(--default-text-color);
    height: 100vh;
    width: 100vw;
}

body, td {
    padding: 0;
}

body div.login * {
    font-family: 'CustomMyriadPro' !important;
}

a, a:hover {
    font-size: 16px;
    line-height: 20px;
    color: var(--brand-blue-color);
}

a {
    text-decoration: none;
}

p, div, span, label, a, li, dt, dd, input, textarea, pre, body, button, input.pnlbutton, input.file {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

.login_body {
    display: flex;
    flex-direction: column;
    background: var(--login-back-color);
    background-image: url("../img/bigKlukva.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    flex-grow: 1000;
    color: var(--default-text-color);
    font-size: 12px;
    overflow: auto;
}


.login_body_wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.login {
    background: var(--default-back-color);
    box-shadow: 0px 4px 40px rgba(0, 81, 145, 0.1);
    float: left;
    display: flex;
    flex-flow: column;
    height: 100%;
    position: relative;
    z-index: 1;
}

.winlogin {
    border: none;
    padding: 0;
    overflow: visible;
    background: var(--default-back-color);
    flex-grow: 8;
    display: flex;
    flex-flow: column;
    min-height: 440px;
}

.winlogin span {
    padding: 1px;
    line-height: 20px;
}

.winlogin .login_caption {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: var(--brand-blue-color);
    text-align: center;
    margin: 110px auto 0;
}

.winlogin .input, .winlogin .inputact {
    width: 370px !important;
}

.winlogin > table {
    flex-grow: 5;
}

.winlogin > table td {
    padding: 10px 0;
}

.winlogin .winlogin_auth {
    display: flex;
    padding: 20px 29px 10px;
}

.winlogin .winlogin_auth td {
    padding: 0 0 5px 0;
}

.winlogin_auth .keyboardInputInitiator {
    left: 364px;
    position: absolute;
    top: 16px;
}

.winlogin_auth #capsIndicator {
    position: absolute;
    font-size: 12px
}

.winlogin .tooltips {
    background: none repeat scroll 0 0 var(--menu-hover-color);
    color: var(--red-color);
    height: auto;
    left: 385px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
    border-radius: 3px;
    z-index: 1000;
}

.winlogin .errmsg {
    background: none;
    color: var(--red-color);
    padding: 0;
    margin: 0;
    width: 189px;
}

.winlogin .logo {
    flex: 1 0 auto;
    line-height: 0;
    margin-top: 50px;
}

.spaceBerweenLogoAndCaption {
    height: 100px;
}

.red, span.red, .winlogin span.red {
    color: var(--red-color);
}

#userName {
    margin-bottom: 18px;
}

#password {
    margin-bottom: 5px;
}

#userName.withErrors, #password.withErrors {
    border: 1px solid var(--red-color) !important;
    outline: none;
}

.login_sysname {
    color: var(--brand-pink-color);
    font-size: 31px;
    font-weight: bold;
    text-align: left;
    height: 40px;
    background-size: contain;
}

input.input, input.inputact {
    background: var(--default-back-color);
    border: 1px solid var(--pale-text-color);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: var(--default-text-color);
    height: 44px !important;
    padding: 12px !important;
}

input.input:focus, input.inputact:focus {
    background: var(--default-back-color);
    border: 1px solid #266BA1 !important;
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--default-text-color);
    outline: none;
}

input.input:focus-visible, input.inputact:focus-visible {
    background: var(--default-back-color);
    border: 1px solid #266BA1 !important;
    box-sizing: border-box;
    border-radius: 5px;
    color: var(--default-text-color);
    outline: none;
}

td.login_label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 107px;
    color: var(--login-text-color);
}

#btnRow td a {
    border: 2px var(--brand-blue-color) solid;
    border-radius: 3px;
    color: var(--brand-blue-color);
    cursor: pointer;
    height: 40px;
    width: 136px;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
}

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

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

#btnRow td a[disabled] {
    color: var(--pale-text-color);
    background-color: var(--default-back-color);
    border-color: var(--pale-text-color);
}

#submitButton {
    border: 2px var(--brand-pink-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;
    min-width: 136px;
    padding: 0px 20px;
}

#submitButton:hover {
    background: var(--brand-pink-color-hover);
    border-color: var(--brand-pink-color-hover);
}

#submitButton:active {
    background: var(--brand-pink-color-active);
    border-color: var(--brand-pink-border-color-active);
}

#submitButton[disabled] {
    background-color: var(--pale-border-color);
    border-color: var(--pale-border-color);
}

.phoneNumber {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--default-text-color);
    margin-right: 59px;
    margin-left: 5px;
}

.phoneNumber_bank {
    font-size: 25px;
}

.copyright {
    flex-grow: 1;
    width: 366px !important;
    height: 16px !important;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 42px 32px 42px !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    color: var(--login-text-color);
}

.news {
    float: left;
    margin-top: 32px;
}

.news .date {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.news .text {
    padding-right: 20px;
}

.news .news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.news .text, .news .text p {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
}

.login_news, .login_banners {
    width: 55%;
    padding: 0 48px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
}

.login_news div {
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-title {
    margin: 12px 0 12px 0;
}

.grow {
    flex-grow: 1;
}

.tooltips:after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid var(--menu-hover-color);
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
}

.errmsg {
    width: 189px;
    box-shadow: 0 10px 20px 0 #00000026;
}

.currCode {
    font-size: 14px !important;
    font-family: 'CustomMyriadPro' !important;
    flex: 1 0 auto;
}

.curRates {
    padding: 0;
    font-weight: bold;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
}

.curRates div {
    display: inline-flex;
    margin-right: 12px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 12px;
    color: var(--login-text-color);
}

#logo_image {
    margin: 0 150px;
    display: block;
    margin-top: 50px;
}

#lang {
    height: 20px;
    padding: 30px 50px 30px 0px;
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    background-color: var(--default-back-color);
}

div.language {
    color: var(--on-brand-pale-text-color2);
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 5px;
    cursor: pointer
}

.language.current {
    color: var(--brand-blue-color);
    text-decoration: none;
    cursor: default;
}

#keyboardInputMaster thead {
    margin: 0px !important;
    background: var(--default-text-color);
    overflow: auto;
}

#captcha {
    margin-top: 12px;
}

.captcha-wrap {
    width: 241px;
    text-align: right;
}

#captchaImg {
    width: 195px;
    height: 49px;
    border: 1px solid #D7DCE4;
    box-sizing: border-box;
    border-radius: 5px;
}

.captcha-inp-lbl {
    display: none;
}

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

#captchaInp {
    border: 1px solid var(--red-color);
    box-sizing: border-box;
    border-radius: 5px;
    height: 28px;
    margin-top: 18px;
    margin-bottom: 70px;
}

#captchaErrorFrame {
    top: 15px;
    left: 205px;
}

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

.capthca-renew {
    cursor: pointer;
    margin-left: 9px;
    float: right;
}

#g-recaptcha > div {
    margin: 14px auto 28px;
}

.keyboardInputInitiator {
    margin: 0px -25px !important;
}

.winlogin_auth .keyboardInputInitiator {
    content: url("../img/uralfd/icoKeyboard.svg");
    top: 12px;
}

.pass-icon {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    left: 312px;
    top: 11px;
}

.pass-eye {
    margin-top: 1px;
    background: url(../img/uralfd/icoViewOn.svg) no-repeat;
    background-size: 100% auto;
}

.pass-eye-slash {
    background: url(../img/uralfd/icoViewOff.svg) no-repeat;
    background-size: 100% auto;
}

.omniChatIcon {
    cursor: pointer;
    position: absolute;
    margin-top: -200px;
    left: 10px;
    width: 50px;
    height: 50px;
}

.showMore {
    border: none;
    color: var(--brand-blue-color);
    background: transparent;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    margin: 18px 0 6px 0;
    padding: 0;
    font-family: 'CustomMyriadPro';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.recovery_link {
    display: inline-block;
    text-decoration: underline;
    margin-top: 19px;
}

#errorMessage {
    display: inline-flex;
    padding: 24px 12px 24px 12px;
    font-size: 14px;
    line-height: 16px;
    color: var(--red-color);
}

#captchaErrorMessage {
    display: inline-flex;
    padding: 24px 12px 24px 12px;
    font-size: 14px;
    line-height: 16px;
    color: var(--red-color);
}

.tooltips#errorFrame {
    width: 189px;
    background: var(--menu-hover-color);
}

.info-box {
    width: 450px;
    text-align: center;
    white-space: pre-line;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chat-button {
    position: absolute;
    bottom: 150px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: url("../img/chat_icon_login.png") no-repeat center/cover;
    border: none;
    cursor: pointer;
}

.oauth-info > div {
    width: 380px;
    padding: 20px 30px 0 30px;
}
