.user {
	width: 400px;
	margin: 0 auto;
	margin-top: 3%;
	border-radius: 4px;
}

.main {
	width: 360px;
	padding: 50px;
	border-radius: 10px;
	background-color: rgba(15, 20, 181, 0.58);
	z-index: 99;
	text-align: center;
}

a {
	color: mediumaquamarine;
}

a:hover {
	color: aquamarine;
}

.code {
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.layui-input{
	height:38px;
	font-size: 16px;

}
.layui-btn{
	height:38px;
	line-height: 38px;
}

.layui-form-checkbox[lay-skin=primary] span{
	color: whitesmoke;
}

.form_code {
	position: relative;
}

.form_code .code {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.text-white {
	color: whitesmoke;
}

.login_btn {
	width: 100%;
}
