﻿@media only screen and (min-width: 150px) and (max-width: 479px) {
    .login-box {
        width: 70% !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 602px) {
    .login-box {
        float: left !important;
        width: 60% !important;
    }
}

@media only screen and (min-width: 603px) {
    .login-box {
        float: left !important;
        min-width: 480px !important;
    }
}


div.logo-box {
    margin-top: 40px;
    margin-left: 75px;
    position: relative;
}

div.login-box {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0px solid #ADADAD;
    border-top: 0;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: 75px;
    margin-bottom: 18px;
    padding: 15px 0px 15px 20px;
    position: relative;
    width: 28%;
}

div.login-title {
    font-weight: bold;
    color: #da8a29;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.top-nav-wrap-login {
    background: #00488f;
    padding: 5px 0;
    border-bottom: 1px solid #002142;
    border-top: 1px solid #0066a4;
}

body {
    box-sizing: content-box;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
