.bt.bt_white {
	color: #44474F;
	border-color: #44474F;
	background: transparent;
}
.top_nav {
	background: transparent;
}
.slogin {
	box-shadow: none;
}
.or {
	border-bottom: 1px solid #ABB4C4;
	position: relative;
	margin-top: 26px;
    margin-bottom: 20px;
}
.or span {
	position: absolute;
	background: #fff;
	color: #ABB4C4;
	font-weight: 500;
	font-size: 12px;
	padding: 2px 20px;
	left: calc(50% - 65px);
	top: -10px;
}
.wrapper {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#bt_qrcode {
	background: #E9F1FC;
	padding: 8px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#bt_qrcode:hover {
	opacity: 0.9;
}
#bt_qrcode span {
	padding-top: 2px;
	padding-left: 8px;
}
.qrcode_desc {
	background: #E9F1FC;
	padding: 6px 10px;
	border-radius: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.qrcode {
	width: 200px;
	height: 200px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 40px;
	position: relative;
}
.qrcode > img {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 40px;
	left: 80px;
	top: 80px;
}
#qrcode {
	width: 100%;
	height: 100%;
}
.bt_back {
	cursor: pointer;
}
.div_qrcode {
	display: none;
}
.div_qrcode {
	margin: auto;
}
.d_input .f_input {
	border-color: #F4F6F8;
	background: #F4F6F8;
}
.g-recaptcha {
	display: flex;
    justify-content: center;
    margin-top: 40px;
}

.invalid_password {
    border: 1px solid #F1A0A0 !important;
    box-shadow: 0px 0px 4px 0px #F1A0A0CC !important;
}
