@CHARSET "UTF-8";
body{
	background-color: #fcfdff;
}
.login-container {
	-webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background-clip: padding-box;
    margin: 3% auto;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(11, 87, 208,0.3);
    width: 1000px;
    background: linear-gradient( 225deg, #FFFFFF 0%, #F1F6FF 100%);
    border-radius: 10px;
  }
 .login-container .title {
     height: 45px;
     text-align: left;
     font-family: AlibabaPuHuiTi_2_115_Black;
     font-size: 32px;
     color: #333333;
     line-height: 45px;
     letter-spacing: 4px;
     font-style: normal;
     font-weight: 10000;
     padding: 57px 56px 24px 56px;
 }

.login-container .subtitle {
    height: 24px;
    font-family: PingFangSC, PingFang SC;
    padding-left: 56px;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    font-style: normal;
}

.login-container .content_input{
    padding: 35px 56px 24px 56px;
}

.login-container .img-postion{
    padding-left: 90px;
}

.login-container .bg-img{
    padding-top: 120px;
    height: 289px;
    background: url("/images/login/chatu_oms.png") center no-repeat ;
}

.login-container .footer-img-postion{
    padding-left: 200px;
}

.login-container .footer-bg-img{
    height: 48px;
    background: url("/images/login/logo_oms.png") center no-repeat ;
}


 .login-container .remember {
	margin: 0px 0px 35px 0px;
 }
#tip {
	margin: 180px auto;
    text-align: center;
}
#language-box {
    padding-top: 25px;
    line-height: 28px;
    text-align: right;
}
#language-box span {
    color: #0090e1;
    cursor: pointer;
    margin: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#language-box .current{
    /*border-bottom: 2px solid #00469E;*/
    color: #00469E;
}

.copyright{
	position: fixed;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 480px;
    text-align: center;
	color: #b5bbc4;
}
