/*!
* 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) {
	.frontsite-auth-box{
		width: calc(100vw - 43%);
	}
	.auth-box{
		min-width: 33%;
	}
}
/* 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) {
	.frontsite-auth-box{
		width: calc(100% - 200px);
		min-height: 400px;
	}
	.auth-box{
		padding: 60px 20px 60px 40px;
	}
}
@media only screen and (min-width : 1024px) {
	
}
@media only screen and (max-width : 1024px) {

}
/* medium devices, tablets */
@media only screen and (min-width : 992px) {

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

}
@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) {
	.frontsite-auth-section{
		background-size: 60% auto;
	}
	.frontsite-auth-box{
		width: auto;
	}
	.auth-box-img{
		display: none;
	}
}
@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) {
	.auth-box{
		min-width: 300px;
	}
	.auth-form{
		width: 100%;
	}
}
@media only screen and (max-width : 480px) {
	
}
@media only screen and (max-width : 375px) {

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

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