
header div{
    		width: 220px;
            height: 70px;
            margin: 0 auto;
            margin-bottom: 36px;
    	}
.beg-login-bg {
	background: url(../../img/bg.png) no-repeat center bottom fixed;
	background-size: 100% 60%;
	background-color: white;
}

.beg-login-box {
	width: 550px;
	height: 515px;
    position: relative;
	margin: 0 auto;
    top: 90px;
	box-shadow: 0 0 5px gray ;
	/*background-color: rgba(255, 255, 255, 0.407843);*/
	background: white;
	border-radius: 10px;
	color: aliceblue;
}

.beg-login-box header {
    font-size: 28px;
    padding-top: 20px;
	/*height: 39px;*/
	text-align: center;
	color: #00973C;
	font-weight: bold;
	/*border-bottom: 1px solid aliceblue;*/
}

.beg-login-box header h1 {
	text-align: center;
	font-size: 25px;
	line-height: 40px;
}

.beg-login-box .beg-login-main {
	height: 185px;
	padding: 30px 90px 0;
}

.beg-login-main .layui-form-item {
	position: relative;
}

footer {
	width: 100%;
	height: 35px;
	/*padding: 10px 10px 0 10px;*/
	position: fixed;
	bottom: 50px;
	color: white;
	text-align: center;
}

.beg-login-box footer p {
	line-height: 35px;
	text-align: center;
}

.beg-pull-left {
	float: left !important;
}

.beg-pull-right {
	float: right !important;
}

.beg-clear {
	clear: both;
}

.beg-login-remember {
	line-height: 38px;
}

.beg-login-remember .layui-form-switch {
	margin-top: 0px;
}

.beg-login-code-box {
	position: relative;
	padding: 10px;
}

.beg-login-code-box input {
	position: absolute;
	width: 100px;
}

.beg-login-code-box img {
	cursor: pointer;
	position: absolute;
	left: 115px;
	height: 38px;
}
.an{
	margin-top: 25px;
	width: 100%;
	height: 55px;
	padding-left:0 !important;
	background: #009A43;
	border: 0px;
	color: white;
	border-radius: 5px;
	font-size: 25px;
}

form>div{
	width: 100%;
	position: relative;
}
form img{
	position: absolute;
	left: 10px;
	top: 12px;
}
form input{
	width: 84%;
	height: 55px;
	border: 1px solid gainsboro;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 55px;
}
.tishi{
	display: none;
	width: 100%;
	height: 55px;
	background: grey;
	border-radius:5px;
	color: white;
	text-align: center;
	line-height: 55px;
}
