/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/

/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
Login register and recover password Page
******************/
body {
	background: url('../../images/login_background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

.homeHeader{
    height: 300px;
}

.rightMenu img{
    width: 100%;
    height: 32% !important;
    margin-bottom: 8px;
    border-radius: 5px;
}
.homeImage{
    width: 100%;
    height: 100% !important;
}

@media (max-width: 575.98px) {
    .homeHeader{
        height: 220px !important;
    }

    .slideshowDiv{
        height: 320px !important;
    }
}
