

html,body{

	height: 100%;

	overflow: hidden;

}

.larry-canvas{

	/* background: #00917D; */

	width: 100%;

	height: 100%;
	
	/* background: url(../images/login_bg.jpg) no-repeat ; */
	background-size:100% 100%;
}

.layui-canvas{

	display: block;

	position: fixed;

	top: 0px;

	left: 0px;

	z-index: -1;

}
#canvas {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.layui-layout-login{

	position: fixed;

	top: 0px;

	left: 50%;

    width:300px;

    height:auto;

    overflow:hidden;

    margin:13% auto 0 auto;

    margin-left: -200px;

    padding-left: 50px;

    padding-right: 50px;

    padding-top: 40px;

    padding-bottom: 20px;

    box-shadow:0 -15px 30px #23262E;

    border-radius:5px;

    z-index: 1000;

}

.layui-layout-login h1{

	font-size:25px;

	font-weight:bold;

	text-align:center;

	color:white;

	text-shadow:0 0 1px #23262E;

	margin-bottom:15px;

}

.layui-layout-login h1 strong{

	display:block;

}

.layui-layout-login h1 em{

	display:block;

	font-size:16px;

	margin-top:8px;

}

.layui-layout-login .larry-login{

	margin:10px 0;

	height:42px;

	overflow:hidden;

	position:relative;

}

.larry-login .login_txtbx{

	font-size:14px;

	height:26px;

	line-height:26px;

	padding:8px 5%;

	width:90%;

	text-indent:2em;

	border:none;

	background:white;

	color:#23262E;

}

.larry-login  .login_txtbx::-webkit-input-placeholder {

	color:#23262E;

	line-height:inherit;

} 

.larry-login  .login_txtbx:-moz-placeholder {

	color:#23262E;

	line-height:inherit;

} 

.larry-login  .login_txtbx::-moz-placeholder {

	color:#23262E;

	line-height:inherit;

}

.larry-login  .login_txtbx:focus{

	background:#f6f6f6;

}

.larry-login:before{

	font-family:'adminthemesregular';

	position:absolute;

	top:0;

	left:10px;

	height:42px;

	line-height:42px;

	font-size:20px;

	color:#23262E;

}

.layui-user-icon:before{content:"u";}

.layui-pwd-icon:before{content:"p";}

.layui-val-icon:before{content:"n";}

.layui-code-box{

	width:100%;

	height: 42px;

	padding-top: 8px;

	padding-bottom: 8px;

	background:#23262E;

	font-size:14px;

	height:26px;

	line-height:26px;

}

.layui-code-box input.login_txtbx{

	width:45%;

	padding-top: 0px;

	padding-bottom: 0px;

	float: left;

	color:white;

	outline:none;

	border:none;

}

.layui-code-box input.login_txtbx:focus{

	font-size: 20px;

}

.layui-code-box  .verifyImg{

	display: block;

	width: 43%;

	height: 100%;

	position: absolute;

	top: 0px;

	right: 0px;

	cursor: pointer;

}

.layui-submit .submit_btn{

	width:100%;

	height:42px;

	border:none;

	font-size:16px;

	background:#0c5ad1;

	color:#f8f8f8;

	cursor: pointer;

}

.submit_btn:hover{

	background:#0d67ee;

	color:#f4f4f4;

}

.layui-login-text{

	margin:10px 0;

	height:60px;

	overflow:hidden;

	position:relative;

}

.layui-login-text p{

	color:#23262E;

	font-size:14px;

	text-align:center;

	margin:5px 0;

}

.layui-login-text a{

	color:#23262E;

	font-size:14px;

}

.layui-login-text a:hover{

	text-decoration: underline;

}