.table {
    background: url(../SpitechImages/AdminLoginBG.png) center repeat-y;
    height: auto;
    width: 400px;
    margin-top: 60px;
    padding: 3px;
    border: 2px solid #615D5C
}

body {
    background: url(../SpitechImages/AdminLoginBodyBG.png);
}

#CommonTable {
    width: 320px;
    height: 180px;
    border: 0px solid #009AD0;
    margin-top: 50px;
    color: white;
    text-transform: uppercase;
}

#CommonTable tr td {
    background: none;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 13px;
}

h3 {
    line-height: 80px;
    font-size: 18px;
    font-variant: bolder;
    color: #3F6;
    text-shadow: 2px 2px black;
}

#advisor_code {
    color: #006090;
    background: white url(../SpitechImages/UserLoginBG.png) right no-repeat;
    padding-right: 30px;
    padding-left: 10px;
}

#advisor_password {
    color: #006090;
    background: white url(../SpitechImages/UserLoginPWD.png) right no-repeat;
    padding-right: 30px;
    padding-left: 10px;
}

h3 {
    line-height: 80px;
    font-size: 18px;
    font-variant: bolder;
    color: #3F6;
    text-shadow: 2px 2px black;
}

.site-logo {
    width: 200px !important;
    height: 100px !important;
    margin-top: 5px;
    opacity: 1;
    padding: 5px;
    border: 2px solid #731F19;
    background: white;
}

.site-brand {
    height: 80px;
    border-bottom: 5px solid #731F19;
    text-align: center;
    margin: 0px;
    background: #fff;
}