.body-acc .full-header,
.body-acc .full-footer,
.body-acc .full-footer-bottom{
	display: none;
}
.full-account{
	padding: 0;
	overflow: auto;
	height: 100vh;
}
.acc-banner-left,
.acc-banner-left img{
	height: 100vh;
	display: block;
	width: 100%;
	object-fit: cover;
}
.acc-banner-left{
	position: relative;
}
.acc-banner-left .back {
	position: absolute;
	left: 5%;
	top: 30px;
}

@media (max-width: 767.98px) {
	.acc-banner-left {
		display: none !important;
	}
}

.back svg {
	width: 48px;
	height: 48px;
}
/**/
.acc-box-right {
	padding: 10%;
}
.acc-box-right .title{
	color: #275C86;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}
.acc-box-right .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: #2472B0;
	border-radius: 8px;
	color: #fff;
	border: 1px solid #2472B0;
	width: 100%;
	font-weight: 700;
}	
.btn-submit:hover{
	background-color: #fff;
	color: #2472B0;
}
.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-right {
		padding: 10% 20px;
	}
	.acc-box-right .title {
		font-size: 28px;
		line-height: 30px;
	}
	.acc-box-right .desc {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.acc-box-right .title {
		font-size: 26px;
	}
}
@media only screen and (max-width: 768px) {
	.full-account .col-mb {
		width: 100%;
	}
	.full-account .col-mb:first-child img{
		display: none;
	}
	.acc-banner-left .back {
		left: 20px;
		top: 10px;
		z-index: 9;
	}
	.acc-box-right {
		padding: 100px 20px;
	}
	.form-acc .icon {
		width: 80px;
	}
	.btn-submit {
		height: 50px;
	}
	.full-account .icon-top {
		height: 220px;
	}
}
@media only screen and (max-width: 640px) {
	.acc-box-right .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;
	}
}