﻿input, button{
    font-family: STHeiti, "Microsoft YaHei", 微软雅黑, SimSun, 宋体;
}
.fastLoginBg {
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height: 100%;
}
.fastLoginBox {
    height: 100%;
    width: 260px;
    float: right;
    margin-right: 25px;
}
.fastLoginBox .title {
    margin: 35px auto 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei", "微软雅黑体", arial;
}
.userIDinput {
    background-repeat: no-repeat;
    background-position: 5px center;
    border: none;
    box-sizing: border-box;
    height: 39px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 14px;
}
.userpwinput {
    background-repeat: no-repeat;
    background-position: 5px center;
    border: none;
    box-sizing: border-box;
    height: 39px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 14px;
}
.userchkinput {
    background-repeat: no-repeat;
    background-position: 5px center;
    border: none;
    height: 39px;
    width: 110px;
    padding-left: 30px;
    margin-bottom: 14px;
    display: inline-block;
}
.imgCheckCode_FL{
    float:right;
}
.fastLoginBox form{
    margin-top:50px;
}
.forgetPW .fastLoginBox form{
    margin-top:75px;
}
.fastLoginBox .forgetpwbtn {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    width: 260px;
}
.fastLoginBox input[type="submit"]:active {
    position: relative;
    top: 1px;
}
.fastLoginBox .other{
    margin-top:5px;
}
.fastLoginBox ::-webkit-input-placeholder { /* Chrome */
    transition: opacity 250ms ease-in-out;
}
.fastLoginBox :focus::-webkit-input-placeholder {
    opacity: 0.5;
}
.fastLoginBox :-ms-input-placeholder { /* IE 10+ */
    transition: opacity 250ms ease-in-out;
}
.fastLoginBox :focus:-ms-input-placeholder {
    opacity: 0.5;
}
.fastLoginBox ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
.fastLoginBox :focus::-moz-placeholder {
    opacity: 0.5;
}
.fastLoginBox :-moz-placeholder { /* Firefox 4 - 18 */
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
.fastLoginBox :focus:-moz-placeholder {
    opacity: 0.5;
}
.forgetpassword {
    float: right;
    width: 260px;
    height: 310px;
    margin: 25px 25px 0 0;
}
.forgetpassword .title {
    margin: 35px auto 20px;
    text-align: center;
    font-size: 18px;
}
.usermailinput {
    background-repeat: no-repeat;
    background-position: 5px center;
    border: none;
    box-sizing: border-box;
    height: 39px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 14px;
}
.forgetpassword input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 42px;
    width: 260px;
    text-decoration: none;
}
.forgetpassword input[type="submit"]:active {
    position: relative;
    top: 1px;
}
.userIDinput {
    background-image: url('../images/icon/user.png');
}
.userpwinput {
    background-image: url('../images/icon/key.png');
}
.userchkinput {
    background-image: url('../images/icon/shield.png');
}
.usermailinput {
    background-image: url('../images/icon/envelope.png');
}