/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* 3k Larger Devices, Wider Screens */
@media only screen and (min-width: 3840px) {}

/* 2k Larger Devices, Wider Screens */
@media only screen and (min-width: 2560px) {}

/* 1k Larger Devices, Wider Screens */
@media only screen and (min-width: 1920px) {}

/* x-large devices, large desktops */
@media only screen and (min-width : 1400px) {}

@media only screen and (max-width : 1399.98px) {}

/* large devices, desktops */
@media only screen and (min-width : 1200px) {}

@media only screen and (max-width : 1199.98px) {}

@media only screen and (min-width : 1024px) {}

@media only screen and (max-width : 1024px) {}

/* medium devices, tablets */
@media only screen and (min-width : 992px) {
	.frontsite-auth-row .auth-box.register {
		width: 740px;
	}
}

@media only screen and (max-width : 991.98px) {
	.frontsite-auth-row {
		height: auto;
	}

	.auth-box {
		background-color: rgb(255 255 255);
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
		-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	}

	/*AUTH LOGIN SINGLE PAGE*/
	.frontsite-auth-col-img,
	img.bg-auth-img {
		display: none;
	}

	.frontsite-auth-col-desc {
		width: 100%;
		min-height: 100vh;
	}

	img.bg-auth-desc {
		display: block;
	}

}

@media only screen and (max-width : 812px) {}

/* small devices, landscape phone */
@media only screen and (min-width : 768px) {}

@media only screen and (max-width : 767.98px) {}

@media only screen and (max-width : 640px) {}

/* x-small Devices, portrait phones */
@media only screen and (min-width : 576px) {}

@media only screen and (max-width : 575.98px) {}

@media only screen and (max-width : 480px) {
	.auth-box {
		width: calc(100% - 20px);
		height: auto;
		padding: 20px;
	}
}

@media only screen and (max-width : 375px) {}

@media only screen and (max-width : 360px) {}

@media only screen and (max-width : 320px) {}