﻿body {
    margin: 0px;
    padding: 0px;
    background-color: rgb(247 247 247);
}

.header: {
    position: fixed;
    top: 0px;
}

.topBar {
    background: #003865;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 1000;
    height: 24px;
    width: 100vw;
}

.top-bar {
    padding: 1.2rem .5em;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    background-color: white;
    width: 100vw;
}

a img {
    border: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.body-container {
    margin-top: 1px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

input[disabled] {
    background-color: rgb(230 230 230);
    border-color: rgb(230 230 230);
}

    input[disabled]:hover {
        background-color: rgb(230 230 230);
        border-color: rgb(230 230 230);
    }

.menu {
    font-family: 'Roboto', sans-serif !important;
    display: inline-flex;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    text-decoration: none;
}

    .menu li a {
        line-height: 23px;
        vertical-align: middle;
        margin-left: 20px;
        text-decoration: none;
        color: #003865 !important;
    }

        .menu li a:hover {
            border-bottom: 2px solid #2b9eea;
            text-decoration: none;
            color: #2b9eea !important;
        }

.active {
    border-bottom: 2px solid #003865;
}

.form-div {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.login-div {
    width: 500px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    .form-div {
        width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media only screen and (max-width: 500px) {
    .login-div {
        width: 300px;
        min-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.info{
	display:none;
}