﻿body {
}

#headerimage {
    width: 100%;
    height: 111px;
    background-image: url('/images/AH_header.gif');
    background-color: #D4512A;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#logindiv {
    margin-left: auto;
    margin-right: auto;
}

#passworddiv {
    margin-left: auto;
    margin-right: auto;
}

#loginerrordiv {
    padding-top: 20px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    #loginerrordiv span {
        width: 100%;
        white-space: nowrap;
    }

@media only screen and (max-width:800px) {
    #headerimage {
        width: 100%;
        height: 85px;
        background-image: url('../images/AH_header_300.gif');
    }

    .headerimage {
        display: none;
    }

    .logintable {
        width: 300px;
    }
}
