﻿html,body{
    height:100%!important;
}
body{
    background: url(../img/login-bg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.login-logo{
    position: fixed;
    top:5%;
    right:3%;
}
.sys-title{
    width: 30%;
    position: absolute;
    top:0;
    left:-20%;
    right:0;
    bottom:0;
    margin:auto;
}
.log-box{
    width:22%;
    height:55%;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top:8px solid #2CC7C5;
    position: absolute;
    top:25%;
    right:20%;
    padding:2%;
    box-shadow: 3px 5px 10px #E3E8EE;
}
.log-box div{
    height: 30%;
    line-height: 3;
}
.log-box input{
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding-left:8px;
    width:100%;
    height: 40%;
    border-radius: 3px;
    font-size:14px;
    color: #000;
    cursor: pointer;
}
.log-box input:focus{
    outline:none;
    box-shadow: -3px 5px 10px #E3E8EE;
    border-color: #E3E8EE;
}
.login-in{
    width:100%;
    height:12%;
    margin: 5% 0;
    color: #ffffff;
    font-size:16px;
    background-color: #2CC7C5;
    border-color: transparent;
    border-radius: 25px;
    cursor: pointer;
}
.login-in:hover{
    background-color: #23bbb9;
}
.check-user, .check-pws{
    position: relative;
    top: -8px;
    padding-left: 8px;
    font-size:12px;
    color: #fa5555;
}
.tip{
    font-size:14px;
    position: relative;
    line-height: 0!important;
}
.tip p{
    color: #999999;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.tip div p{
    color: #007B79;
}
.tip div p a{
    color: #007B79;
}
.tip .pwd-change{
    height:20%;
    text-align: left;
}
.tip .pwd-change:hover{
    color: #007B79;
}
.tip .download{
    height:45%;
    position: relative;
}
.tip .download p{
    position: absolute;
    bottom:0;
}
.tip .tip-mes{
    height:35%;
    line-height: 1.3;
}


#tipMess{
    display: none;
    position: absolute;
    width: 80%;
    top: 8px;
    font-size: 16px;
    padding:2px 5px;
    background-color: #FEF2F2;
    border:1px solid #FF4400;
}
/****************************
  极验窗体位置自定义 (日历)
****************************/
.geetest_wind.geetest_panel .geetest_panel_box.geetest_panelshowslide{
    width: 15%!important;
    height: 31%!important;
}
.geetest_wind.geetest_panel .geetest_panel_box{
    left: 70%!important;
}
.footer {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    color: white;
    width: 100%;
    text-align: center;
}
.footer .footer-top {
    display: flex;
    justify-content: center;
}
.footer .App{
    width: 5%;
    min-width: 120px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.footer .vipcn {
    min-width: 120px;
    width: 5%;
    padding-bottom: 20px;
    padding-right: 20px;
}
.footer .App img {
    width: 100%;
}
.footer .vipcn img {
    width: 100%; 
}
.footer p {
    padding-bottom: 20px;
}