/**
 * CoolAdmin theme
 * FlatSIS custom theme
 *
 * @link https://github.com/puikinsh/CoolAdmin
 * @link https://colorlib.com/polygon/cooladmin/index.html
 *
 * @package CoolAdmin theme
 */

@import url("../FlatSIS/stylesheet.css");
@import url("stylesheet.min.css");

/* Login page background photo */

body.login {
        background-image: url('../WPadmin-icon-sets/background/home-school-bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100%
}
