.container{
    width: 100%;
    height: 100%;
}

.login{
    position: relative;
    width: 380px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0 10px;
    /* padding-top: 100px; */
}

.totle{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: -20px;
	margin-left: -100px;
	background: #94c7f0;
	color: #fff;
	display: none;
}

.imgLOGO{
    /* position: absolute;
    top: 40px;
    left: 60px; */
    display: block;
    margin-left: 130px;
}

form{
    text-align: center;
    position:relative;
    margin-top: 20px;
}


form input{
    border-radius: 5px;
    width: 318px;
    height: 40px;
    border: #ccc 1px solid;
    text-indent: 2em;
    font-size: 14px;
    transition: all .3s;
    margin-bottom: 35px;
}

form input:hover{
    border: 1px solid #66afe9;
}

input[type=text]:focus,input[type=password]:focus{
    outline: none;
    border: 1px solid #66afe9;
    box-shadow:0 0 4px #66afe9;
 }

form input::-webkit-input-placeholder{
    color: #BFBFBF;
}

form span.a1{
    position: absolute;
    left: 35px;
    top: 140px;
}

form span.a2{
    position: absolute;
    right: 35px;
    top: 140px;
}

form span{
    color:#66afe9 ;
    opacity: 0.5;
    cursor: pointer;
    transition: all .3s;
}

form span:hover{
    color:#66afe9 ;
    opacity: 0.9;
}

form button{
    border-radius: 5px;
    width: 318px;
    height: 40px;
    background: #66afe9;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    margin-top: 35px;
    opacity: .7;
}

form button:hover{
    opacity: 1;
}

form .register{
	border-radius: 5px;
    width: 318px;
    height: 40px;
    background: #66afe9;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    margin: 35px auto 0;
    line-height: 40px;
    opacity: .7;
    cursor: pointer;
}

.form2 input,.form3 input{
    margin-bottom: 15px;
    text-indent: 1em;
}

.form2 button{
    margin-top: 10px;
}

.zhu{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-indent: 2em;
    border-bottom: 1px solid #ccc;
}

.zhao{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-indent: 2em;
    border-bottom: 1px solid #ccc;
}