/**
 * @Author: Larry  2017-04-16 17:20:56
 *+----------------------------------------------------------------------
 *| LarryBlogCMS [ LarryCMS网站内容管理系统 ]
 *| Copyright (c) 2016-2017 http://www.larrycms.com All rights reserved.
 *| Version 1.09
 *| <313492783@qq.com>
 *+----------------------------------------------------------------------
 */
html,body{
	height: 100%;
	overflow: hidden;
}
.larry-canvas{
	width: 100%;
	height: 100%;
}
.layui-canvas{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.layui-layout-login{
	position: fixed; 
	top: 50%;
	left: 50%;
    width:350px;
	height:300px;
    margin-left: -200px;
	margin-top:-160px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow:0 0px 20px rgba(42,43,53,0.5);
    border-radius:5px;
    z-index: 1000;
	background-color:rgba(255,255,255,.85);
}
.layui-layout-login h1{
	font-size:26px;
	font-weight:400;
	text-align:center;
	color:#2a2f35;
	margin-bottom:15px;
	line-height:32px;
}
.layui-layout-login h1 em{
	display:block;
	font-size:24px;
	font-style:normal; 
}
.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:#5cbdaa;
	color:white;
}
.larry-login  .login_txtbx::-webkit-input-placeholder {
	color:#f4f4f4;
	line-height:inherit;
} 
.larry-login  .login_txtbx:-moz-placeholder {
	color:#f4f4f4;
	line-height:inherit;
} 
.larry-login  .login_txtbx::-moz-placeholder {
	color:#f4f4f4;
	line-height:inherit;
}
.larry-login  .login_txtbx:focus{
	background:#55b7a4;
}
.larry-login:before{
	font-family:'adminthemesregular';
	position:absolute;
	top:0;
	left:10px;
	height:42px;
	line-height:42px;
	font-size:20px;
	color:#0c9076;
}
.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:#5cbdaa;
	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:#1E9FFF;
	color:#f8f8f8;
	cursor: pointer;
}
.submit_btn:hover{
	background:#147cc9;
	color:#f4f4f4;
}
.layui-login-text{
	margin:10px 0;
	height:40px;
	line-height:40px;
	overflow:hidden;
	position:relative;
	
}
.layui-login-text p{
	color:#858788;
	font-size:12px;
	text-align:center;
	margin:5px 0;
}
.layui-login-text a{
	color:#53c6b0;
	font-size:14px;
}
.layui-login-text a:hover{
	text-decoration: underline;
}

.login-box{ background: url(../images/login.jpg)  ;background-size:100% 100%;-moz-background-size:100% 100%;}
.dp{ position:absolute; width:96px; height:174px; right:-52px; bottom:-90px;}