
body{
	background-image: url(/static/images/login-bg.png);
	background-size: cover;
}
.cavs{position: fixed;z-index: -11;top:0;left: 0;width: 100%;height: 100%}
.bg-svg{width: 100%;height: 100%;position: fixed;top:0;left:0;z-index:10;}
.login-main{
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 12;
	top:0;
	left: 0;
}
.layui-form button .login{
	background-color: #1a1a1a!important;
}
.layui-form {
	width: 320px !important;
	height: 350px!important;
	padding:10px 30px;
    position: absolute;
    top:50%;
	left: 50%;
	z-index: 100!important;
	transform: translate(-50%,-50%);
    background: rgba(0,0,0, 0.4);
	border-radius: 5px;
	/*border: 5px solid hsla(0,0%,20%,.1);*/
	box-shadow:0 0 10px rgba(124, 201, 138, 0.3);
}


.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	background-color: #5FB878 !important;
	font-weight: 550 !important;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #5FB878 !important;
	background-color: #5FB878 !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin-top: 20px !important;
}

.layui-input {
	height: 44px !important;
	line-height: 44px !important;
	padding-left: 15px !important;
	border-radius: 3px !important;
	box-shadow: 0 0 5px #5FB878;
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #5FB878 !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.logo {
	width: 60px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
}

.title {
	width: 100%;
    margin: -40px;
	margin-top:-5px;
	font-size: 28px !important;
	font-weight: 550 !important;
	color: #fff !important;
	display: inline-block !important;
	height: 50px !important;
	line-height: 50px !important;
    text-align: center;
	margin-left:0;
	text-shadow: 0 0 10px #999;
	letter-spacing: 5px;
}
.dashed{
	width: 340px;
	height: 2px;
	display: block;
	position: absolute;
	top:93px;
	left: 20px;
	border-bottom: 2px dashed #999;
	box-shadow: 0 0 20px #000;
}
.desc {
	width: 380px !important;
	text-align: center !important;
	color: #fcfcfc !important;
	text-shadow: 0 0 5px #fff;
	height: 50px !important;
	line-height: 50px !important;
    position: absolute;
	top:45px;
	left:0;
}
.desc:before {
	content: "";
	position: absolute;
	top: 39px;
	left: 0px;
	width: 10px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 0 100% 100% 0/50%;
	border-left: none;
	background: rgba(255,255,255,0.5);
	box-shadow:0 0 20px #ccc;
}
.desc:after {
	content: "";
	position: absolute;
	top: 39px;
	right: 0px;
	width: 10px;
	height: 20px;
	border: 2px solid #333;
	border-radius: 100% 0 0 100%/50%;
	border-right: 0;
	background: rgba(255,255,255,0.5);
	box-shadow:0 0 20px #ccc;
}
body {
	background-repeat:no-repeat;
	background-color: whitesmoke;
	background-size: 100%;
	height: 100%;
 }

.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
}

.codeImage {
	width: 118px;
	float: right;
	height: 42px;
	border-radius: 3px;
	box-shadow: 0 0 5px #5FB878;
    background-color: #fff;
	cursor: pointer;
}
