﻿body.powerPacs
{
    background-color: ghostwhite;
    height: 100%;
}

body.powerPacs .background
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    padding-bottom: 40px;
    width: 800px;
    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: -211px;
}

body.createPassword .background
{
    margin-top: -276px;
}

body.loggedOut .background
{
    margin-top: -170px;
}

body.powerPacs .bannerDiv
{
    background-image: url(../../images/PowerPACSCloud.png);
    background-size: 800px 180px;
    width: 800px;
    height: 180px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: darkgray;
}
    
body.powerPacs .fieldDiv label,
body.powerPacs .loggedOutDiv,
body.powerPacs .forgotPasswordForm .text
{
    color: dimgray;
}