﻿body.accuVue
{
    background-color: ghostwhite;
    height: 100%;
}

body.accuVue .background
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -366px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0 0 20px darkgray;
    background-color: white;
}

.background,
body.login .background
{
    margin-top: -250px;
}

body.createPassword .background
{
    margin-top: -316px;
}

body.loggedOut .background
{
    margin-top: -209px;
}

body.accuVue .bannerDiv
{
    background-image: url(../../images/AccuVue_cloud.png);
    background-size: 649px 220px;
    width: 649px;
    height: 220px;
    margin: 40px 40px 0 40px;
}

body.accuVue .fieldDiv label,
body.accuVue .loggedOutDiv,
body.accuVue .forgotPasswordForm .text
{
    color: dimgray;
}