/***** Tablet screen and Desktop screen >768px *****/
@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	.guest-main-container {
		padding: 60px;
	}
	.page-mbp .c-centerbox {
		/*border-right: 1px solid #777;*/
	}
	.centerbox.cfull .c-centerbox {
		width: 100%;
	}
	.centerbox.cfull .c-rightbox {
		width: 0;
		display: none;
	}
}

/***** Desktop screen *****/
@media (min-width: 1201px) {
	
}

@media (max-width: 1200px) {
	
}

/***** Tablet and Mobile screen <991px *****/
@media (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
	.top-panel .right-content {
		margin-top: 20px;
	}
}

/***** Mobile screen <767px *****/
@media (max-width: 767px) {
	.guest-main-container {
		padding: 30px 0;
	}
	.auth-box .main-box {
		padding-top: 55px;
	}
	.left-container {
		width: 0;
		left: -30px;
		top: 55px;
	}
	.f-scr .left-container {
		width: 220px;
		left: 0;
	}
	.text-left-xs {
		text-align: left;
	}
}
