.login_body {
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    margin-top: -16px;
}

p, div, span, label, a, li, dt, dd, input, textarea, pre, body, button, input.pnlbutton, input.file {
    font-family: Calibri;
    font-size: 12px;
}

a, a:hover {
    color: #133e9d;
    background: url(../img/sc/dotted_line.png) 0 15px repeat-x transparent;
}

.login {
    box-shadow: none;
    margin: -20px 0 0;
    padding: 0;
    width: 800px;
}

.winlogin {
    border: none;
    padding: 0;
}

.winlogin_auth .keyboardInputInitiator {
    left: 167px;
    position: absolute;
    top: 9px;
}

.red, span.red, .winlogin span.red {
    color: #cc0001;
}

input {

}

.input.withErrors {
    border-color: #cc0001;
}

.login_sysname {
    color: #000000;
    font-size: 31px;
    font-weight: bold;
    padding: 5px 5px 5px 40px;
    text-align: left;
}

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

.winlogin .winlogin_auth {
    background: none repeat scroll 0 0 #ece9e2;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: flex;
    padding: 19px 29px 10px;
    width: 310px;
}

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

input.input, input.inputact {
    border: 1px solid #a5a5a5;
    height: 23px !important;
    padding: 3px !important;
    border-radius: 3px;
    width: 190px;
    color: #4d4d4d;
}

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

td.login_label {
    font-size: 13px;
    text-align: left;
    width: 107px;
    color: #4d4d4d;
}

#info-box-wrapper {
    float: left;
    width: 420px;
}

#submitButton {
    background: none repeat scroll 0 0 #85c36e;
    border: 1px solid #7fb56a;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    text-transform: uppercase;
    width: 83px;
}

#submitButton[disabled] {
    background-color: slategray;
    border-color: slategray;
}

.phoneNumber {
    font-size: 25px;
}

.phoneNumber_bank {
    font-size: 25px;
}

.footer-cell {
    display: table-cell;
    padding-right: 30px;
}

.footer {
    height: 100px;
    background: none repeat scroll 0 0 #f8f8f8;
}

.info-box {
    padding-left: 80px;
}

.winlogin_auth #capsIndicator {
    position: absolute;
}

.news {
    float: left;
    width: 50%;
    padding-bottom: 5px;
}

.news .date {
    color: #4c4c4c;
}

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

.news .news-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.news .text, .news .text p {
    font-size: 14px;
    margin: 0;
}

.tooltips {
    background: none repeat scroll 0 0 #cc0001;
    border-radius: 5px;
    color: #ffffff;
    height: auto;
    left: 210px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
    border-radius: 5px;
    min-width: 300px;
}

.tooltips:after {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #cc0001;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 8px;
    width: 0;
}

.winlogin .errmsg {
    background: none;
    color: #ffffff;
    padding: 0;
}

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

.winlogin .curRates {
    padding: 0;
    color: #4c4c4c;
    font-weight: bold;
}

.winlogin span.currCode {
    color: #808080;
    font-weight: normal;
}

#lang {
    left: 720px;
    min-width: 100px;
    position: absolute;
}

div.language {
    color: #133e9d;
    float: left;
    text-decoration: underline;
    text-transform: uppercase;
}

.language.current {
    color: #cc0001;
    text-decoration: none;
    cursor: default;
}

#keyboardInputMaster thead {
    margin: 0px !important;
    background: #000000;
    overflow: auto;
}

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

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

#captchaErrorFrame {
    top: 7px;
    left: 115px;
}

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

.capthca-renew {
    cursor: pointer;
}

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

.pass-icon {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 172px;
    top: 7px;
}

.pass-eye {
    background: url(../img/new/eye.svg) no-repeat;
}

.pass-eye-slash {
    background: url(../img/new/eye-slash.svg) no-repeat;
}

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

.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;
}
