﻿body{
    min-width:1300px;
}

.body {
    float:left;
    min-width:900px;
    width:100%;
    height:768px;
    background-image:url("BG.png");
    background-repeat:no-repeat;
    background-position:right top;
}

.pa-logo {
    background-image: url("PAlogo.png");
    background-repeat: no-repeat;
    float: right;
    height: 140px;
    width: 400px;
    margin-top: 620px;
}

.logo {
    width:450px;
    background-image: url("CedarLoginLogo.png");
    background-repeat: no-repeat;
    background-size:contain;
    float:right;
    margin-top:40px;
    margin-right:400px;
    padding-top:300px;
}

.box-line {
    margin-top:20px;
    margin-left:80px;
    border-bottom-style: solid;
    border-bottom-color: #204475;
    border-bottom-width:1px;
    height:30px;
    width:300px;
}

.box {
    margin-top: 20px;
    margin-left: 80px;
    height: 30px;
    width: 300px;
}

.box-button {
    margin-top: 20px;
    margin-left: 80px;
    height: 30px;
}


.input-row{
    display:table-cell;
}

.input-row-caption {
    display: table-cell;
    width: 80px;
    height: 30px;
}

.login-button, .login-button-hover {
    background: none !important;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding: 0 !important;
    height:30px;
    font-weight:bold;
}

.login-button {
    background-color: white !important;
    color: black;
}

.login-button-hover {
    background-color: #204475 !important;
    color: white;
}