.layui-form {
	width: 330px;
	margin: auto;
	margin-top: 30px;
}

.layui-form button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	font-weight: 550;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #4B96F3 !important;
	background-color: #4B96F3;
	color: #fff;
}

.layui-tab-content {
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

.layui-form-item {
	margin-top: 30px;
}

.layui-input {
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	border: 1px solid #999999;
	border-radius: 10px;
}

.layui-input:focus {
	box-shadow: 0px 0px 3px 1px #4B96F3 !important;
}

.logo {
	/* margin-left: 20px; */
	width: 100px;
	height: 100px;
	background: #6CCDED;
	border-radius: 50%;
}

.title {
	font-size: 36px;
	font-weight: 550;
	margin-left: 60px;
	color: #FFFFFF !important;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	margin-top: 10px;
	position: absolute;
}

.desc {
	width: 100%;
	text-align: center;
	color: gray;
	height: 60px;
	line-height: 60px;
}

.login {
	background-color: #4B96F3 !important;
}

.loginform {
	width: 480px;
	height: 540px;
	background: #FFFFFF;
	margin-top: 100px;
	box-shadow: 0px 0px 18px 0px rgba(20, 20, 20, 0.31);
	margin-left: 60%;
	border-radius: 10px;
}

.sysname {
	color: #333333;
	text-align: center;
	padding-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	padding-top: 60px;
}

.loginbtn {
	margin-top: 90px;
}

.loginbtn button {
	height: 56px;
	background: #4B96F3;
	border-radius: 10px;
}