﻿@charset "UTF-8";

body {
}
.background {
    background-color: #ADD8E6;
}

.backgroundheader {
    background-color: #ADD8E6;
}
.backgroundsidebar {
    background-color: #ADD8E6;
}
.sidebarfont {
    color: white;
    font-size: medium;
}
.headerfont {
    color: white;
    font-size: medium;
}

.login-box1 {
    width: 500px;   
}
@media only screen and (max-width: 600px) {
    .login-box1 {
        width:90% !important;
    }
}
