/* Extra Small Devices (Mobile Phones) */
@media (max-width: 576px) {
	.bkrm-img {
		width: 100% !important;
		height: auto !important;
	}
	
	.user-register-text.vh-100 {
		height: 54Vh !important;
	}
	
	div.col:nth-child(2).vh-100 {
		height: 54Vh !important;
	}
	
	div.col:nth-child(2) {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	
	div.col:nth-child(2) {
		padding: 1rem;
	}
}

/* Small Devices (Larger Phones) */
@media (min-width: 577px) and (max-width: 768px) {
	div.col:nth-child(1) {
		height: 31rem;
	}
	
	div.col:nth-child(2) {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	
	div.col:nth-child(2) {
		padding: 1rem;
	}
}

/* Medium Devices (Tablets) */
@media (min-width: 769px) and (max-width: 992px) {
	.page-layout-sidebar-default {
		height: 100%;
	}
	
	div.col:nth-child(1) {
		height: auto;
	}
	
	.user-register-text.text-light.vh-100 {
		height: auto !important;
	}
	
	div.col:nth-child(2) {
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		height: auto !important;
	}
}

#content {
	color: red;
}