.layui-form {
	width: 500px !important;
	margin: auto !important;
	margin-top: 12vh !important;
	padding: 34px 42px 38px !important;
	box-sizing: border-box;
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(18,87,155,.12);
	box-shadow: 0 20px 48px rgba(11,56,104,.16);
	border-radius: 8px;
}

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

.layui-form-checked[lay-skin=primary] i {
	border-color: #155d9d !important;
	background-color: #155d9d !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;
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px rgba(21,93,157,.45) !important;
}

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

.brand-lockup {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 6px;
}

.logo {
	width: 58px !important;
	height: 58px;
	object-fit: contain;
	margin: 0 14px 0 0 !important;
}

.title {
	font-size: 24px !important;
	font-weight: 550 !important;
	margin-left: 0 !important;
	color: #123b68 !important;
	display: inline-block !important;
	height: 60px !important;
	line-height: 60px !important;
	margin-top: 0 !important;
	position: static !important;
}

.desc {
	width: 100% !important;
	text-align: center !important;
	color: gray !important;
	height: 38px !important;
	line-height: 38px !important;
}

.carton-login {
	background: #edf3f8 url('../../images/background.svg') center/cover no-repeat;
	min-height: 100vh;
 }

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

.codeImage {
	float: right;
	height: 42px;
	border: #e6e6e6 1px solid;
	cursor: pointer;
}

@media (max-width:768px){
	body{
		background-position:center;
	}
}
