body {
    background: white;
    color: #00255D;
}
.innerInformation {
    background: none;
    padding: 70px 40px 40px 40px;
}

.inner{
    width: 80%;
    margin: auto;
}

.outer{
    display: block;
    position: static;
}

.middle{
    display:block;
}

.banner {
    display: block;
    top: 15px;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.bannerBackground {
    background: #873f97;
    font-family: Century Gothic, Arial,Helvetica,Verdana,sans-serif;
    font-size: 2.2em;
    text-align: right;
    padding: 0.1em 0.2em;
    clear: both;
    overflow: hidden;
    color: white;
}

.argosLogo {
    font-weight: bold;
    margin: 5px 0;
    font-size: 3em;
}

input:-webkit-autofill {
    background-color: #ebf8fe !important;
    border-color:#e7e9e9 !important;
}


 input[type="text"], input[type="password"]{
    background-color: #ebf8fe;
    border-color:#e7e9e9;
}

.copyright {
    display: none;
}

.loginImage {
    background-image: url(../img/powergen_laptop_tablet.gif);
    background-repeat: no-repeat;
    height:245px;
    width:300px;
    display: inline-block;
    margin-left: -50%;
}

.positionImageDiv {
    position: absolute;
    right: 0px;
    left: 0px;
    width: 100%;
    top: 300px;
    text-align: center;
    z-index: -1;
}

/* #modal {
    background: none;
} */

@media screen and (max-width: 1024px) {
    .innerInformation {
        padding: 70px 0px 0px 0px;
        display: block;
    }
    .positionImageDiv {
        display:none;
    }
}

