body {
	height: 100%;
}

.layui-form {
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	background: rgba(255,255,255,0.3);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(255,255,255,0.7);
	min-width: 21.88rem;
	right: 8.13rem;
	padding: 1.75rem 2.5rem 1.25rem 2.5rem;
	min-height: 23.94rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.layui-form button {
	width: 100% !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px !important;
	background-color: #2375F8 !important;
	font-weight: bold !important;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	border: none !important;
}

.layui-form-checkbox[lay-skin=primary] {
	margin-top: unset !important;
}

.layui-form-checkbox[lay-skin=primary]>i {
	border-radius: 4px 4px 4px 4px;
}

.layui-form-checked[lay-skin=primary] i {
	/*border-color: #5FB878 !important;*/
	background-color: #2375F8 !important;
	/*color: #fff !important;*/
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin: 1.25rem 0 !important;
}

.layui-input {
	height: 44px !important;
	line-height: 44px !important;
	/*padding-left: 15px !important;*/
	border-radius: 6px !important;
}

.layui-input-prefix {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layui-form-item .layui-input-inline {
	margin-right: unset;
	width: unset;
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #5FB878 !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.logo {
	position: absolute;
	top: 3.25rem;
	left: 4.375rem;
	height: 4.688rem;
	width: 25.438rem;
}

.logo img {
	width: 100%;
}

.title {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-size: 24px;
	color: #000000;
	margin-right: 4px;
}

.desc {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-size: 16px;
	color: #9FA3A8;
}

body {
	background-repeat:no-repeat;
	background-color: whitesmoke;
	background-size: 100%;
 }

.code {
	margin: 0 !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
}

.codeImage {
	border: #e6e6e6 1px solid;
	cursor: pointer;
}

.code-box {
	display: flex;
	justify-content: space-between;
}

@media (max-width:768px){
	body{
		background-position:center;
	}
}

.errMsg{
	color: #009fe9;
	margin: 0 15px;
}

.forgetPassword{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.forgetPassword a{
	margin-top: -2px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #FE4924;
}

.buttonItem {
	/*margin-top: 4.38rem !important;*/
}

.loginTitle {
	margin-bottom: 2.56rem;
}