
.content-box{
	width: 825px;
	height: 400px;
	margin: 0 auto;
	border-radius: 10px;
}

.content-login{
	float: left;
	width: 40%;
	height: 100%;
	padding: 0px 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
}
.content-image{
	float: right;
	width: 60%;
	height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: url(/static/img/bg.jpg);
	background-size: cover;
}

.login-style{
	margin: 35px 0 20px 0;
	font-size: 25px;
}

.login-switch{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;

}

.text-box{
	margin-bottom: 15px;
}

.split{
	margin-bottom: 5px;
}

.submit{
	display: block;
    width: 275px;
	height: 35px;
    line-height: 35px;
    outline: none;
    border: none;
    border-radius:3px ;
    color: #fff;
    background-color: #37b047;
}

.div-submit{
	margin: 5px 0 20px 0;
}

.div-forget{
	float: right;
	margin-top: 10px;
	width: 140px;
	text-align: right;
}

.div-apply {
	float: left;
	margin-top: 10px;
	width: 140px;
	text-align: left;
}

.a-forget:hover{
	text-decoration: underline;
}

.a-apply:hover{
	text-decoration: underline;
}

/*.bnt-toggle .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-warning{*/
    /*background: #cccccc;*/
    /*color: #fff;*/
/*}*/


.bootstrap-switch .bootstrap-switch-label{
    background:#dadada;
}

.bnt-toggle .bootstrap-switch{
    border:0px solid transparent;
    border-style:none;
    outline:none;
}

.bnt-toggle{
    float: left;
    color: #9b9ea0;
    margin-right: 10px;
}

.clearfloat:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.clearfloat{zoom:1}
/*主要内容*/

.txt-code{
	position: relative;
}

.verify-code{
	width: 100px;
    height: 25px;
	line-height: 25px;
    background-color: #37b047;
    position: absolute;
    font-size: 12px;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 3px;
	top: 5px;
	left: 170px;
}

.text-box input:focus{
	-webkit-box-shadow: 0 0 0px 1px #7f8fa6;
    -moz-box-shadow: 0 0 0px 1px #7f8fa6;
    box-shadow: 0 0 0px 1px #7f8fa6;
}

.screen-wait{
	width: 100%;
    height: 100%;
    background-color: rgb(255,255,255);
	opacity:0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.screen-wait img{
	position: absolute;
	opacity:0.3;
	width:50%;
    top: 30%;
    left: 25%;
}
