
body{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("https://cdn.fuioupay.com/sys/eos-pc/assets/images/background002.png");
}
.header {
    padding: 40px;
    text-align: center;
    color: #fff;
}
.header .imgDiv{
    height: 60px;
    margin-top: -10px;
}
.header .imgDiv img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.header a,a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color:white;
}
.container {
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    background: #fff;
}
.login-container{
    position: fixed;
    top: 50%;
    right: 20%;
    margin-top: -200px;
    width: 700px;
    height: 400px;
}
.login-container .login-left{
    position: relative;
    border-radius: 6px 0 0 6px;
    height: 100%;
    padding: 0 34px;
    background: #0378A4;
}
.login-container .login-right {
    border-radius: 0 6px 6px 0;
    height: 100%;
    padding: 40px 26px;
    background: #fff;
}
.login-container .login-left .welcome{
    padding-top: 80px;
    color: #fff;
    font-size: 42px;
    opacity: 0.8;
    font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;
}
.login-container .login-left .welcome span{
    border-bottom: 3px solid #fff;
}
.login-container .login-left .welcome_title{
    position: absolute;
    bottom: 0;
    padding-bottom: 46px;
}
.login-container .login-left .welcome_title p{
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
}
.login-right .am-form-group{
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 0;
    border-bottom: 1px solid #CECECE;
}
.login-right .am-form-icon .am-form-field{
    padding-left: 0 !important;
}
.login-right .am-form-group .iconStyle {
    display: inline-block;
    color: #CECECE;
    font-size: 20px;
    margin-right: 10px;
}
.login-right .am-form-group .inputStyle{
    display: inline-block;
    width: 80%;
    padding-left: 0;
    border: none;
}
.login-right .am-form-group .inputCode{
    width: 50%;
}
.login-right .am-form-group .codeImg {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 38%;
    height: 36px;
}
.login-right .am-form-group .codeImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.login-right .am-form-group .inputStyle:focus{
    border:none;
    box-shadow: none;
}
.login-right .am-form-group .inputStyle::-webkit-input-placeholder { color:#CECECE; font-size: 16px; }
.login-right .am-form-group .inputStyle::-moz-placeholder { color:#CECECE;font-size: 16px; }
.login-right .button{
    margin-top: 20px !important;
    background: #097CA6 !important;
    padding: 10px 0;
    height: 46px !important;
    color: #fff;
    font-weight: 600;
}
.login-right .button:focus{
    margin-top: 20px;
    background: #097CA6;
    padding: 10px 0;
    outline: none;
    border: none;
    outline-offset: 0;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.footer p{
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.am-form-error{
    text-align: center;
    display:none;
}

/* 登录  button  close */
.close {
    background-color: transparent;
}