.content-box{
    width:500px;
	height:600px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;

}

.content-in{
	width:100%;
	height: 100%;
	padding-top: 70px ;
	padding-left: 90px;
	position: relative;

}

.login-style{
	margin: 0px 0 40px 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-right: 90px;
	margin-top: 10px;
}

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

/*.bnt-toggle .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.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;
}
.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%;
}