* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
	background-image: url(/images/hybg.jpg);
 	background-size: 100% 100%;
}
.limiter {
    width: 100%;
    margin: 0 auto;
}
.containerBox {
    width: 100%;
    min-height: 100vh;
    height:100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 15px 90px;
    /*background: #ebeeef;*/
}
.wrapBox {
    width: 650px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 7px #ffffff63;
    background-color: rgba(255,255,255,0.3);
}
.footer {
   	background: #002b78;
    color: white;
    height: 53px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.footer p {
	margin-top: 5px;
}
.footer p a {
	color: white;
}
/*==================================================================
[ Form ]*/
.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 90px 40px 110px;
}

/*@media (max-width: 576px) {*/
/*    .login-form {*/
/*        padding: 43px 15px 57px 117px;*/
/*    }*/
/*}*/

@media (max-width: 650px) {
    .login-form {
        padding: 43px 20px 57px 20px;
    }
    .containerBox {
    	padding: 15px;
    }
	body{
	    background: unset;
	}
	.wrapBox {
		border-radius: 0;
		box-shadow: unset;
	}
	#vcode {
        max-width: 86px;
        width: 100%;
        height: 30px;
	}
	.containerBox .footerBox {
		display: block;
	}
	.footer {
		display: none;
	}
}

/*****************************************************************************************/

body .iconfont{
    font-size: 24px;
    color: #333;
}

.login-form .forminput:hover{
      border: 1px solid #01a1ff;
}

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; 
}

.header{
    width: 400px;
    margin: 30px auto 10px auto;
    display: flex;
    justify-content: space-around;
}
.header img{
    height: 80px;
}
.header h1{
    font-size: 28px;
    color: #000;
}

/*.login{
    margin-bottom: 10px;
}
.login a{
    color: #01a1ff;
} */

.login-form .forminput{
    display: inline-block;
     width: 100%;
    height: 38px;
    border: solid 1px #dcdcdc;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 38px;
    margin-bottom: 25px;
    position: relative;
    background: white;
}
.login-form .forminput input{
     width: 87%;
    /*margin-left: 2px;*/
    padding-left: 8px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    position: relative;
    top: -4px;
    border: none;
    color: #3c3c3c;
    outline: none;
    background-color: transparent;
}
input:focus
.forminput:hover{
    border: 1px solid #01a1ff;
}

.btn_box button,.getCode button,.getCode input{
    width: 100%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    border: solid 1px #0e99f3;
    border-radius: 5px;
    text-align: center;
    background-color: #0e99f3;
    color: white;
    outline: none;
   /*  cursor: pointer;  */
}
.btn_box button:hover,.getCode button:hover{
    border-color: #009aff;
    background: #009aff;
    text-decoration: none;
}
.getCode button:disabled{
	cursor:text;
	border: 1px solid #DDD;
	background-color: #F5F5F5;
	color: #ACA899;
	text-decoration: 	none;
}
#forgetPassword,#returnLogin{
    text-decoration: none;
    color: #0e99f3;
    font-size: 16px;
    font-weight: bold;
}
#forgetPassword:hover, #returnLogin:hover{
    border-bottom: solid 1px #009aff;
}
.footerBox{
	position: absolute;
    bottom: 5px;
    width: 100%;
    color:#666;
	font-family: arial;
	display: none;
}
.footerBox p {
    text-align: center;
}
.footerBox a:link{
	color:#666
}
.tip{
    color: red;
    font-size: 16px;
    display: none;
}
/*备案*/
.records{
    color: #666;
}
.records:hover{
    color: #666;
    text-decoration:underline;
}
