html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: cursive;
}

.page-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

.page-left-area {
	width: 55%;
	height: 35%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: flex-start;
	min-height: 250px;
	margin-left: 9%;
}

.page-first-title {
	width: 90%;
	height: 4vw;
	color: white;
	font-size: 3vw;
	margin: 5px 0;
	padding-left: 12px;
	font-weight: bold;
}

.page-second-title {
	position: relative;
	bottom: 7%;
	width: 70%;
	color: white;
	font-size: 2vw;
	margin: 5px 0;
	font-weight: lighter;
	padding-left: 12px;
}

.page-qrcode-content {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 12px;
}

.iconContainer {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: whitesmoke;
}

#qrCodeIco {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	background: transparent url("../img/logom.png") no-repeat center;
	background-size: 90% 90%;
}

.page-right-area {
	width: 30%;
	height: 65%;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-flow: column nowrap !important;
	justify-content: flex-start !important;
	align-items: center;
	margin-right: 15%;
}

.page-login-title-content {
	width: 90%;
	height: 50px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 5px 0 0;
}

.page-login-title {
	width: 90%;
	color: black;
	font-size: 1.5vw;
	margin: 0;
}

.page-login-title-underline {
	width: 3vw;
	height: 0;
	border: 1px solid #333;
	margin-top: 5px;
}

.page-login-form-item {
	position: relative;
	width: 90%;
	height: 20%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
	font-size: 1.2vw;
}

.form-code {
	border-bottom: none;
}

.page-login-form-item label {
	font-weight: bold;
}

.input-content {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.page-login-form-input {
	width: 95%;
	height: 2.5vw;
	border: 0;
	border-bottom: 1px solid #333333 !important;
	outline: none;
	margin-top: 6px;
	font-size: 1.25vw;
}

.page-login-form-input:hover, .page-login-form-input:focus {
	border: 0;
	border-bottom: 1px solid #1545cc !important;
}

.page-login-form-code {
	height: 30px;
	border: 0;
	border-bottom: 1px solid #333333 !important;
	outline: none;
	font-size: 1.25vw;
}

.page-login-form-code:hover, .page-login-form-code:focus {
	border: 0;
	border-bottom: 1px solid #1545cc !important;
}

.input-icon {
	position: absolute;
	bottom: 0.3vw;
	right: 20px;
	width: 20px;
	height: 20px;
	background: no-repeat center;
	background-size: 90% 90%;
}

#password-icon {
	cursor: pointer;
}

.remember-password-content {
	width: 90%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.remember-password-content label {
	font-size: 1vw;
	margin-left: 5px;
	cursor: pointer;
}

#rememberPassword {
	width: 1vw;
	height: 1vw;
}

.submit-btn {
	width: 50%;
	height: 2.5vw;
	font-size: 1.5vw;
	color: white;
	background-color: #ee631a;
	border-radius: 3px;
	text-align: center;
	margin-top: 4vh;
	padding-top: 0.5vw;
	cursor: pointer;
}

.code-image {
	height: 34px;
	width: 92px;
	margin-right: 5%;
	cursor: pointer;
}

.page-content_2 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
}

.page-bottom-area input::placeholder {
	color: #333;
	font-size: 1.25vw;
}

.page-top-area {
	margin-top: 18vh;
	width: 50%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: flex-start;
	color: white;
}

.page-top-first-title {
	width: 100%;
	font-size: 2.5vw;
	margin: 5px 0;
	text-align: center;
	font-weight: bold;
}

.page-top-second-title {
	position: relative;
	bottom: 5px;
	width: 100%;
	font-size: 1.25vw;
	margin: 5px 0;
	text-align: center;
}

.page-bottom-area {
	width: 30%;
	height: 37%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	display: flex;
	flex-flow: column nowrap !important;
	justify-content: flex-start !important;
	align-items: center;
	padding-top: 10px;
}

.page-login-form-item_2 {
	position: relative;
	width: 90%;
	height: 20%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
	align-items: center;
	font-size: 1.2vw;
}

.input-content_2 {
	width: 80%;
	height: 35px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.page-login-form-input_2 {
	width: 100%;
	height: 2.5vw;
	border: 0;
	border-bottom: 1px solid #333333 !important;
	outline: none;
	padding-left: 2.5vw;
	font-size: 1.25vw;
	background-color: transparent !important;
}

.page-login-form-input_2:hover, .page-login-form-input_2:focus {
	border: 0;
	border-bottom: 1px solid #1545cc !important;
}

.page-login-form-code_2 {
	width: 52%;
	height: 2.5vw;
	border: 0;
	border-bottom: 1px solid #333333 !important;
	outline: none;
	font-size: 1.25vw;
	padding-left: 2.5vw;
	background-color: transparent !important;
}

.page-login-form-code_2:hover, .page-login-form-code_2:focus {
	border: 0;
	border-bottom: 1px solid #1545cc !important;
}

.input-icon_2 {
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 5px;
	width: 1.5vw;
	height: 1.5vw;
	background: no-repeat center;
	background-size: 90% 90%;
}

.remember-password-content_2 {
	width: 72%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.remember-password-content_2 label {
	font-size: 1vw;
	user-select: none;
}

.submit-btn_2 {
	width: 72%;
	height: 2vw;
	font-size: 1.2vw;
	color: white;
	background-color: #ee631a;
	border-radius: 3px;
	text-align: center;
	margin-top: 4vh;
	padding-top: 0.4vw;
	cursor: pointer;
	letter-spacing: 2px;
}

#user-icon {
	background-image: url("../img/user.png");
}

.eye-open {
	background-image: url("../img/eye-open.png");
}

.eye-close {
	background-image: url("../img/eye-close.png") !important;
}

.code-icon {
	background-image: url("../img/code.png") !important;
}

.code-image_2 {
	height: 34px;
	width: 92px;
	cursor: pointer;
}

.page-qrcode-content_2 {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

input::autofill {
	background-color: transparent;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #C7C6C6 inset !important;
	-webkit-text-fill-color: black !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
}

.page-content_3 {
	position: absolute;
	top: 15%;
	left: 5%;
	width: 90%;
	height: 70%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-image: url("../image/vague_bg_1-2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 15px #585757;
}

.page-left-area_3 {
	width: 45%;
	height: 60%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: flex-start;
	color: white;
}

.page-left-first-title {
	width: 90%;
	height: 4vw;
	color: white;
	font-size: 2.5vw;
	margin: 5px 0;
	padding-left: 12px;
	font-weight: bold;
}

.page-left-second-title {
	position: relative;
	bottom: 10%;
	width: 70%;
	color: white;
	font-size: 1.5vw;
	margin: 5px 0;
	padding-left: 12px;
}

.page-right-area_3 {
	width: 40%;
	height: 80%;
	padding-left: 5%;
	background-color: transparent;
	display: flex;
	flex-flow: column nowrap !important;
	justify-content: flex-start !important;
	align-items: center;
}

.page-login-title-content_3 {
	width: 72%;
	height: 50px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	margin: 5px 0 0;
}

.page-login-title_3 {
	width: 90%;
	color: black;
	font-size: 1.25vw;
	margin: 0;
}

.page-login-title-underline_3 {
	margin-top: 5px;
	width: 2.5vw;
	height: 0;
	border: 1px solid #333;
}

.submit-btn_3 {
	width: 72%;
	height: 2vw;
	font-size: 1.2vw;
	color: white;
	background-color: #bc880d;
	border-radius: 3px;
	text-align: center;
	margin-top: 4vh;
	padding-top: 0.4vw;
	cursor: pointer;
}
.login-footer{
	position: absolute;
	bottom: 10px;
	width: 560px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: white;
	background-color: rgba(0,0,0,0.3);
	border-radius: 4px;
}
.login-footer a{
	margin-right: 30px;
	text-decoration: none;
	color: white;
}
.login-footer p{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
}