@charset "utf-8";
/*css document*/
/*body{background: url("/static/fca/login/image/y_loginbg1.jpg") no-repeat center center;background-size:100% 100%; width: 100%;height: 100%}*/
.login_word{text-align: center;margin:60px 0;}
.login_box{width:402px;margin:80px auto 0 auto;}
.login_info{width:402px;margin: 25px 0;border-radius: 3px;background: #fff;padding:10px 25px;box-sizing: border-box;}
.login_btn{width:402px;background: #008ad2;border:none;border-radius: 3px;color:#fff;height:42px;font-size: 18px;
    font-weight: bold;}
.login_info input{width:354px;font-size: 24px;line-height: 55px;height:55px;padding-left: 45px;box-sizing: border-box;border: none;color: #515a6e;}
.login_info p{position: relative;}
.login_info p+p{border-top:1px solid #b7b7b7;}
.login_user{width:25px;height:25px;display: inline-block;background: url("/static/fca/login/image/y_icons.png") no-repeat -19px 0px;
    position: absolute;left:0;top:16px;}
.login_lock{width:25px;height:29px;display: inline-block;background: url("/static/fca/login/image/y_icons.png") no-repeat -19px -28px;
    position: absolute;left:0;top:16px;z-index: 10}
.mt20{margin-top:20px;}
.remind{font-size: 14px;color:#fff;margin:0 0 15px 25px;cursor: pointer;}
.remind i{vertical-align: middle;margin-right:8px;}
.checked{width:14px;height:14px;display: inline-block;background:url("/static/fca/login/image/y_icons.png") no-repeat 0 -19px;}
.scroll_box{position: absolute;right:5%;top:50%;background: url("/static/fca/login/image/y_icons.png") no-repeat -49px -23px;}
.scroll_box li+li{margin-top:25px !important;}
.scroll_box li a{width:22px;height:22px;display:block;background: url("/static/fca/login/image/y_icons.png") no-repeat no-repeat -75px 0;}
.scroll_box li .current{background: url("/static/fca/login/image/y_icons.png") no-repeat no-repeat -48px 0;}
.scroll_line{width:2px;height:21px;display:block;background: url("/static/fca/login/image/y_icons.png") no-repeat no-repeat -59px -22px;margin:3px 10px;}
input::-webkit-input-placeholder{ color:  #999;font-size:16px;}
.placeholder { color: #CCCCCC !important; }

.error_icon{
    text-align: center;
    color: red;
    height: 30px;
    font-size: 16px;
    margin-top: 5px;
}
.login_info{
    margin-bottom: 0px !important;
}
.loginbg{
    background: url(/static/fca/login/image/y_loginbg1.jpg) no-repeat center center;
    /* background-size: 100% 100%; */
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -99;
    top: 0px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset !important;
}
#loginBox .showPwd{
    width: 40px;
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 15px;
}

#loginBox .showPwd img{
    width: 25px;
    height: 15px;
}

/*底部文字*/
.footer{
    width: 100%;
    height: 28px;
    background-color: rgba(2,36,71,0.8);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #3084da;
}