login.css 3.53 KB
html,body{
    height: 100%;
    width: 100%;
}
body{
    min-width: 580px;
    overflow: scroll;
}
.login-model {
    height: 100%;
    min-height: 700px;
    width: 100%;
    overflow: scroll;
    /*min-width: 814px;*/
    background: url("../image/syslogin_bgIcon.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.top-tit{
    padding-top: 102px;
    height: 140px;
    /*line-height: 62px;*/
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.float-left{
    float: left;
}
.login-content{
    height: 412px;
    width: 580px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 10px;
}
.posrel{
    position: relative;
}
.posabl{
    position: absolute;
}
.boxshadow {
    box-shadow: 1px 3px 10px 6px rgba(50, 50, 50, 0.2);
}
.login-contop{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #fff;
    top:-50px;
    left: 50%;
    margin-left: -50px;
    background-image: url("../image/logo-loginGreen.png");
    background-repeat: no-repeat;
    background-position: 21px 24.5px;
    background-size: 58px 51px;
}
.user-cont{
    margin: 0 auto;
    padding-top: 95px;
    width: 332px;
    height: 136px;
    /*border: 1px solid #ddd;*/
}
.psw-cont{
    margin: 0 auto;
    width: 332px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.cont-user,.cont-psw{
    height: 42px;
    line-height: 40px;
    width: 332px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.user-bg{
    height: 40px;
    width: 40px;
    background-color: #ddd;
    background-image: url("../image/login_usericon.png");
    background-size: 19px 17px;
    background-repeat: no-repeat;
    background-position: 10px 11.5px;
    float: left;
}
.psw-bg{
    height: 40px;
    width: 40px;
    background-color: #ddd;
    background-image: url("../image/login_pwsicon.png");
    background-size: 16px 20px;
    background-repeat: no-repeat;
    background-position: 12px 10px;
    float: left;
}
.login-control{
    height: 40px;
    line-height: 40px;
    width: 290px;
    outline: none;
    border: none !important;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    padding-left: 12px;
}
.ver-cont{
    width: 222px;
    height: 42px;
    margin-left: 124px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ver-bg{
    height: 40px;
    width: 40px;
    background-color: #ddd;
    background-image: url("../image/login_vericon.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
    float: left;
}
.ver-control{
    height: 40px;
    line-height: 40px;
    width: 180px;
    outline: none;
    border: none !important;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    padding-left: 12px;
}
.imgWrap{
    height: 42px;
    width: 98px;
    background: #ddd;
    border-radius: 4px !important;
    margin-left: 10px;
}
.imgWrap img {
    width: 100%;
    height: 100%;
}
.login_error_ifo{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #f00;
    text-align: center;
    margin-bottom: 8px;
}
.login-foot{
    width: 100%;
    height: 40px;
}
.login-foot .loginbtn{
    height: 40px;
    width: 148px;
    background: #26be96;
    border-radius: 20px !important;
    color: #fff;
    font-size:18px;
    margin-left: 216px;
    border: none;
    outline: none;
}
.verification-logo {
    position: absolute;
    right: 5px;
    top: 14px;
}
.error_ifo{
    height: 16px;
    line-height: 16px;
    margin-top: 4px;
}
.display-hide{
    display: none;
}