* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


.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: 15px;
    /*background: #ebeeef;*/
}
.wrapBox {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
/*==================================================================
[ 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: 1024px) {
    .login-form {
        padding: 43px 20px 57px 20px;
    }
	#vcode {
        max-width: 86px;
        width: 100%;
        height: 26px;
	}
}

/*****************************************************************************************/

body .iconfont{
    font-size: 24px;
    color: #ccc;
}

.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: 40px;
    border: solid 1px #dcdcdc;
    padding: 0 15px;
    border-radius: 5px;
    line-height: 40px;
    margin-bottom: 25px;
    position: relative;
}
.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 #FF6900;
    border-radius: 5px;
    text-align: center;
    background-color: #FF6900;
    color: white;
    outline: none;
   /*  cursor: pointer;  */
}
.btn_box button:hover,.getCode button:hover{
    border-color: #FF5A00;
    background: #FF5A00;
    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: #FF6900;
    font-size: 16px;
}
#forgetPassword:hover, #returnLogin:hover{
    border-bottom: solid 1px #FF6900;
}
.footerBox{
	position: absolute;
    bottom: 0;
    width: 100%;
    color:#666;
	font-family: arial;
}
.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;
}
