﻿@charset "utf-8";
/*
* @Author: Larry
*/
@font-face {
    font-family: 'adminthemesregular';
    src: url('font/adminthemes-webfont.eot');
    src: url('font/adminthemes-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/adminthemes-webfont.woff2') format('woff2'),
         url('font/adminthemes-webfont.woff') format('woff'),
         url('font/adminthemes-webfont.ttf') format('truetype'),
         url('font/adminthemes-webfont.svg#adminthemesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	height: 100%;
	background: url('/Content/images/adminlogin.jpg') no-repeat center center;
	background-size: 100% 100%;
}
/*.layui-canvs{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}*/
.loginbox {
	width: 820px;
	height: 480px;
	margin: auto;
	box-shadow: 0px 0px 10px #333;
	border-radius: 6px;
	margin-top: 180px;
}

.loginbox-L {
	width: 350px;
	height: 420px;
	padding: 30px;
	float: left;
	border-radius: 6px 0 0 6px;
	background: #00968887;
	color: #fff
}


	.loginbox-L .left-title h1 {
		font-size: 24px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	.loginbox-L .about {
		width: 100%;
		height: 385px;
		overflow: auto;
		font-size: 16px;
	}

		.loginbox-L .about p {
			margin-top: 10px;
		}

.about-1::-webkit-scrollbar { /*滚动条整体样式*/
	width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.about-1::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #7ca6a2;
}

.about-1::-webkit-scrollbar-track { /*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #f2f2f2;
}

.loginbox-R {
	width: 410px;
	height: 480px;
	float: left;
	border-radius: 0 6px 6px 0;
	/*background: #fff;*/
}
.layui-layout-login {
	width: 350px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 32px;
	/*box-shadow: 0 -15px 30px #0d957a;*/
	border-radius: 5px;
	z-index: 1000;
}
.layui-layout-login h1{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#45bda6;
	text-shadow:0 0 1px #0e947a;
	margin-bottom:40px;
}
.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:15px 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:#FF5722;
	color:#f8f8f8;
	cursor: pointer;
}
.submit_btn:hover{
	background:#009688;
	color:#f4f4f4;
}
.layui-login-text{
	margin:10px 0;
	height:60px;
	overflow:hidden;
	position:relative;
}
.layui-login-text p{
	color:#53c6b0;
	font-size:14px;
	text-align:center;
	margin:5px 0;
}
.layui-login-text a{
	color:#53c6b0;
	font-size:14px;
}
.layui-login-text a:hover{
	text-decoration: underline;
}