/**
 * @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;
}
.loginbody {background:url(/images/log_bg.jpg) no-repeat; background-size:100% 100%;}
.larry-canvas{
	background: #00917D;
	width: 100%;
	height: 100%;
}
.layui-canvas{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.layui-layout-login {
	position: fixed;
	top: 0px;
	right: 220px;
	width: 350px;
	height: auto;
	overflow: hidden;
	margin: 13% auto 0 auto;
	margin-left: -225px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	box-shadow: 0 0px 30px #00b4ef;
	border-radius: 5px;
	z-index: 1000;
	background-color: #fff;
	background-color: #fff\9;
	*background-color: #fff;
	_background-color: #fff;
}
	.layui-layout-login h1 {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		color: #0699e5;
		text-shadow: 0 0 1px #0699e5;
		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 i {
	color: #fff;
	position: absolute;
	top: 12px;
	left: 12px;
}

.larry-login .login_txtbx {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding: 8px 5%;
	width: 90%;
	text-indent: 2em;
	border: none;
	background: #84ccbe;
	color: #fff;
}
.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: #439e8c;
	}

input:-webkit-autofill { 
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.larry-login:before {
	font-family: 'adminthemesregular';
	position: absolute;
	top: 0;
	left: 10px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #ffcacb;
}
.layui-user-icon:before{content:"u";}
.layui-pwd-icon:before{content:"p";}
.layui-code-icon:before{content:"c";}
.layui-code-box {
	width: 100%;
	height: 42px;
	background: #5cbdaa;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
}
.layui-code-box input.login_txtbx{
	width:60%; 
	float: left;
	color:white;
	outline:none;
	border:none;
}
.layui-code-box input.login_txtbx:focus{
	
}
.layui-code-box  .verifyImg{
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
.layui-submit .submit_btn {
	width: 100%;
	height: 42px;
	border: none;
	font-size: 16px;
	background: #22b4ff;
	color: #f8f8f8;
	cursor: pointer;
}
.submit_btn:hover {
	background: #FF5722;
	color: #f4f4f4;
}
.layui-login-text{
	margin:10px 0;
	height:60px;
	overflow:hidden;
	position:relative;
}
	.layui-login-text p {
		color: #5cbdaa;
		font-size: 14px;
		text-align: center;
		margin: 5px 0;
	}
	.layui-login-text a {
		color: #5cbdaa;
		font-size: 14px;
	}
.layui-login-text a:hover{
	text-decoration: underline;
}