/*
Template: 	This file is specific for LARAVEL projects of IT Maniax
Info: 		This file will contain frontend media queries
Web:		http://www.itmaniax.com
*/
/*------------------------------------------------*/
/*-----------------[MEDIA QUERIES]----------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*-----------------[	0 - 1919	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1919px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1599	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1599px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1359	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1359px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1199 	]-------------*/
/*------------------ Bootstrap LG ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1199px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 1079	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 1079px){

}

/*------------------------------------------------*/
/*-----------------[	0 - 991 	]-------------*/
/*------------------ Bootstrap MD ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 991px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 879     ]-------------*/
/*-------------------             ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 879px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 767		]-------------*/
/*------------------ Bootstrap SM ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 767px){
}
/*------------------------------------------------*/
/*-----------------[	0 - 719	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 719px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 639	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 639px){

}
/*------------------------------------------------*/
/*-----------------[    0 - 575     ]-------------*/
/*------------------ Bootstrap XS ----------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 575px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 479		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 479px){
    .login-box-body,
    .login-box-body .register-box-body {
        min-width: auto;
    }
}
/*------------------------------------------------*/
/*-----------------[	0 - 399	]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 399px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 359		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 359px){

}
/*------------------------------------------------*/
/*-----------------[	0 - 319		]-------------*/
/*------------------------------------------------*/
@media only screen and (max-width : 319px){

}
/*------------------------------------------------*/
/*-------------------[THE END]--------------------*/
/*------------------------------------------------*/
