.body-acc .full-header-top,
.body-acc .full-header,
.body-acc .full-header-mobile,
.body-acc .full-footer,
.body-acc .full-footer-bottom{
	display: none;
}
.full-account{
	padding: 0;
	overflow: hidden;
}
.acc-banner-left,
.acc-banner img{
	height: 100%;
	display: block;
	width: 100%;
	object-fit: cover;
}
.acc-banner-left{
	position: relative;
}
.acc-box .back {
	position: absolute;
	left: 10%;
	top: 40px;
	border-radius: 8px;
	border: 1px solid rgba(20, 55, 95, 0.04);
	background: #ECF4FD;
	padding: 20px;
}
.back svg {
	width: 18px;
	height: 18px;
}
/**/
.acc-box-tt {
	padding: 150px 10% 10%;
}
.acc-box-tt .title{
	color: #14375F;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}
.acc-box-tt .desc{
	margin-bottom: 40px;
}
.form-acc {
	position: relative;
}
.form-acc .form-input {
	margin-bottom: 20px;
}
.form-input.register {
	text-align: right;

}
.form-acc a{
	color: #14375F;
	font-weight: 500;
}
.btn-submit{
	height: 60px;
	background-color: #14375F;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #14375F;
	width: 100%;
	font-weight: 700;
}	
.btn-submit:hover{
	background-color: #fff;
	color: #14375F;
}
.ptk {
	text-align: center;
}
.ptk a{
	font-weight: 600;
	font-size: 16px;
}
.label-h {
	color: rgba(0, 0, 0, 0.40);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.label-h span{
	padding: 8px 0;
}
.label-h::before,
.label-h::after{
	content: "";
	height: 40px;
	width: 1px;
	border-right: 1px dashed rgba(0, 0, 0, 0.40);
}
.mxh-login{
	display: grid;
	grid-gap: 12px;
	grid-template-columns: 1fr 1fr;
	margin-top: 16px;
}
.mxh-login a {
	border-radius: 8px;
	background: #F1F7FD;
	padding: 16px 22px;
	color: rgba(38, 38, 38, 0.80);
	font-weight: 500;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.mxh-login a img{
	margin-right: 12px;
	width: 28px;
}
/**/
.full-account .icon-top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.form-acc .icon {
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: -1;
}
@media only screen and (max-width: 1100px) {
	.acc-box-tt {
	}
	.acc-box-tt .title {
		font-size: 28px;
		line-height: 30px;
	}
	.acc-box-tt .desc {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.acc-box-tt .title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 768px) {
	.full-account .col-mb {
		width: 100%;
	}
	.acc-banner-left .back {
		left: 20px;
		top: 10px;
		z-index: 9;
	}
	.acc-box-tt {
		padding: 100px 20px;
	}
	.form-acc .icon {
		width: 80px;
	}
	.btn-submit {
		height: 50px;
	}
	.full-account .icon-top {
		height: 220px;
	}
	/**/
	.acc-box .back {
		left: 20px;
		top: 20px;
		padding: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.acc-box-tt .title {
		font-size: 20px;
	}
	.form-acc .form-input {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.form-acc .icon {
		width: 60px;
	}
	.mxh-login {
		grid-gap: 10px;
		grid-template-columns: 1fr;
	}
}