.ocsLoginDiv {
    background: url(../images/login/Banner_Optimize\ Your\ Supply\ Chain_Rev.jpg) no-repeat center;
    background-size : cover;
    overflow-y: hidden !important;
}

#ieWarning {
    display: none;
    color: white;
    background-color: #ea5244;
    border: 1px #dc3a2a solid;
    width: 100%;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    z-index: 2;
    position: absolute;
    top: 0;
    text-align: center;
}

.ooclLogistic {
    height: 56px;
    width: 400px;
    float: left;
    margin: 0;
    background: left top no-repeat;
    background-size: contain;
    margin-left: 30px;
    margin-top: 30px;
}

.loginMsgContainer {
    position: fixed;
    top: 5px;
    left: 41%;
    z-index: 99999;
    text-align: center;
}

.loginMsg {
    text-align: left;
    margin: 0px auto;
    border-radius: 5px;
    padding: 0px 10px;
    color: #333333;
    font-size: 14px;
    font-family: Arial,Helvetica,Microsoft Yahei,Sans-serif,SimSun;
    font-weight: bold;
    background: #F9EDBE;
}

tr#titleTable td {
    vertical-align: bottom;
}

.systemTitle {
    font-family: Raleway,Helvetica Neue,Helvetica,Arial,sans-serif,Source Han Sans,Noto SansCJK;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}

.inputBox {
    color: #fff;
    background-color: #514f4a;
    height: 35px;
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #AAAAAA;
}

.inputTip {
    position: absolute;
    top: 10px;
    right: -30px;
    display: none;
}

.inputTip:before {
    content: "";
}

.inputTip:hover:after {
    content: "This field is required";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    position: absolute;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 10px;
    bottom: 25px;
    background: #F9EDBE;
    border: 2px solid #E67322;
    border-radius: 2px;
}
 
.icon-exclamation {
    background: url("../scripts/ext/extjs/resources/themes/images/default/form/exclamation.gif") no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.ocsFoot {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3px;
    background: #514f4a;
    border-top: 5px #da291c solid;
}

.footer_left {
    width: 15%;
}

.podiumImg {
    margin: 6px auto 0;
    width: 191px;
    height: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.footerWords {
    color: #ffffff;
    font-size: 10px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

a.copyRight {
    color: #ffffff !important;
    font-size: 10px;
}

a.copyRight:hover {
    color: #0090FF !important;
}

.grecaptcha-badge { visibility: hidden; }