.loginBody {
    position: absolute;
    width: 100%;
    margin: 0;
    height: 100%;
    min-height: 850px;
    overflow: auto;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
}

.loginPage {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 90%;
    text-align: center;
    min-height: 800px;
    min-width: 550px;
}

.exacqVisionHeader {
    text-align: center;
    margin-top: 10px;
}

.exacqVisionHeader img {
    height: auto;
    margin: 0;
    max-width: 100%;
}

.text {
    margin-top: 5%;
    font-size: 1.5em;
    font-weight: normal;
}

.mainContent {
    position: relative;
    text-align: center;
    max-width: 100%;
    height: 70%;
    top: 5%;
    margin: 0 auto;
    min-height: 200px;
}

.browser img, .mobile img {
    border: none;
}

.browser a, .mobile a {
    text-decoration: none;
    color: #000000;
}

.browser {
    display: block;
    position: absolute;
    height: auto;
    min-width: 200px;
    width: 47%;
    padding-left: 15px;
}

.browser h2, .mobile h2, .simple h2 {
    display: block;
    font-size: 2em;
    font-weight: 900;
}

.browser h3, .mobile h3, .simple h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.mobile {
    display: block;
    position: relative;
    height: auto;
    float: right;
    top: -1px;
    min-width: 200px;
    width: 50%;
}

.leftFooter {
    position: absolute;
    left: 0;
    bottom: 35px;
    margin-left: 20px;
    list-style-type: none;
    white-space: nowrap;
    display: block;
}

.leftFooter li {
    display: list-item;
    margin-bottom: 8px;
}

.rightFooter {
    position: absolute;
    right: 0;
    bottom: 0;
    list-style-type: none;
    margin-left: 20px;
}

.rightFooter li {
    display: inline;
    margin-right: 15px;
}

.simpleMode {
    cursor: pointer;
    text-decoration: underline;
}

#loginForm {
    width: 100%;
    top: 16%;
    height: 70%;
}

@media screen and (max-device-width:640px) and (orientation:landscape) {
    .mainContent {
        top: 2%;
    }
}

@media screen and (max-device-width:481px) {
    .loginPage {
        height: 80%;
    }
}

@media screen and (max-device-width:640px) and (orientation:portrait) {
    .mainContent {
        top: 10%;
    }
}

.buttonHeader {
    margin: 8px;
    height: 12px;
}

.buttonHeader a {
    font-size: 12px;
    font-family: Calibri, Arial, sans-serif;
}

.right {
    float: right;
}

.powerUser {
    margin-top: 10px;
    z-index: 2;
    position: absolute;
}

.warning {
    color: red;
}

.info {
    color: #6495ED;
}