﻿
body, html {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #0058a4 !important;
}

.form-control {
    box-sizing: border-box !important;
}

#UserNameLabel {
    text-align: left !important;
}

.container-fluid {
    display: none !important;
}

.navbar-header {
    display: none !important;
}

.collapse navbar-collapse {
    display: none !important;
}

.navbar {
    display: none !important;
}
