/**
 * Stylesheet for Admin Panel
 * 
 * Recommend to avoid this and use SASS file instead:
 * 	/assets/sass/admin.scss
 */

.gc-container {
    width: 100%
}

.gc-container .table-container {
    overflow: auto;
}

.login-image {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}