.wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.list {
	display: flex;
	flex-direction: column;
	padding: 40px 70px 40px 70px;
}

.list-call {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	height: 120px;
	font-weight: normal; 
	color: #333333;
	border-bottom: 0.5px solid #e2e2e2;
}

.list-call .u-input {
	flex: 1;
	font-size: 39px;
	text-align: left;
	margin-left: 16px;
}

.list-call .u-icon-right {
	color: #aaaaaa;
	width: 50px;
	height: 40px;
}

.button {
	color: #ffffff;
	font-size: 32px;
	width: 80%;
	height: 80px;
	background: #497bff;
	box-shadow: 0px 0px 13px 0px rgba(15, 168, 250, 0.4);
	border-radius: 10px;
	line-height: 80px;
	text-align: center;
	margin: 50px auto 0;
}

.img-valid-code img {
	width: 30px;
	heigth: 50px;
}

.btn-valid-code {
	color: #da7918;
	font-size: 30px;
	line-height: 48px;
	padding: 6px 35px;
	border: 1px solid #da7918;
	border-radius: 50px;
}

.btn-valid-code-hover {
	background-color: #f3f3f3;
}

.btn-valid-codes {
	color: #999999 !important;
	border: 1px solid #999999;
}
.login-bottom-box{
	position: fixed;
	bottom:40px;
	text-align: center;
	width: 100%;
}
.copyright{
	text-align: center;
	color: #939393;
	width: 100%;
	font-size: 24px;
	.u-link{
		margin: 0 10px;
		font-size: 24px!important;
	}
}

.pages-sys-login-index, .pages-sys-login-reg, .pages-sys-login-forget {
	.u-checkbox__label{
		font-size: 28px!important;
	}
	.u-label{
		flex: 0 0 35px!important;
		width: 35px!important;
	}
}
.reg-text{
	font-size: 42px;
	color: #000;
	padding: 40px 70px 10px;
}