.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 {
	height: 350px !important;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100 !important;
    transform: translate(-50%, -50%);
    background: #ffffff80 !important;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / .02);
}
.left{
    width: 400px;
    display: block;
    height: 350px;
    background-color: #000;
    margin-right: 20px;
    border-radius: 15px;
    background-image: url(/static/images/kalishell.jpg);
    background-repeat: no-repeat;
    background-size: 400px;
}
.right{
    width: 320px;
}
.tb{
    background-image: url(/static/images/icon_safe.png);
    background-size: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
    left: 295px;
    top: 5px;
}
.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	background-color: #01D394 !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;
	border-color: #ffffff;
}

.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:0px;
	font-size: 25px !important;
	font-weight: 550 !important;
	color: #333333 !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: 3px;
}
.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 {
	min-height: 100vh;
    /*background-color: #F2F3F7;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100%;
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
 }

.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #ffffff 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;
}
@media (max-width: 750px) {
  .left {
    display: none;
  }
}