﻿body, html
{
    font: x-small Verdana,Arial;
    background: gray none;
    height: 100%;
    margin: 0px;
}

.textbox
{
    position: relative;
    font: 12px Tahoma, Sans-Serif;
    width: 310px;
    height: 32px;
    border-style: none;
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.lblusername
{
    position: relative;
    font: 13px Tahoma, Sans-Serif;
    color: white;
    margin-bottom: 10px !important;
}

.checkbox {
    position: relative;
    color: white;
    font: 13px Tahoma, Sans-Serif;
    margin-bottom: 10px;
    display: block;
}
.dropdown
{
    font: x-small Tahoma, Sans-Serif;
    width: 80px;
    margin-bottom: 5px;
    margin-left: 120px /* Don't want to do this but couldn't seem to get it to centre align... */
}
.btnSubmit
{
    margin-top: 5px;
    margin-bottom: 25px;
    width: 320px;
    height: 32px;
    background-color: #469516; /* Green */
    color: #FFFFFF;
    font: 13px, bold, Tahoma, Sans-Serif;
    border-style: none;
}
.errortext
{
    width: 320px;
    height: 30px;
    border-style: none;
    background-color: #FFF57B; /* Beige */
    color: #FF0000;
    font: 13px Tahoma, Sans-Serif;
    margin-bottom: 20px;
    display:table-cell; /* Need this display so text is centre aligned */
    vertical-align:middle;
}

.version
{
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    font: 11px Tahoma, Sans-Serif;
    color: White;
    display: block;
}

.application-name-container
{
    position: absolute;
    top: 25px;
    left: 20px;
    width: 320px;
    height: 85px;
    color: White;
    font-size: 34px;
    vertical-align: bottom;
}

.application-name
{
    float: left;
    position: relative;
    height: auto;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
}

p
{
    margin: 15px 0 0 0;
}

p.bold
{
    margin: 15px 0 0 0;
    font-weight: bold;
}

.suite-logo {
    position: fixed;
    margin-left: 30px;
    margin-top: 30px;
    width: 290px;
    height: 60px;
    background-image: url('../../Images/PS_Technique-White.png');
    background-repeat: no-repeat;
}

.inline
{
    display: inline;
    align-content: center;
}

#horizon
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}

#content
{
    background-color: #00529B; /* EFI Blue */
    margin-left: -175px;
    position: absolute;
    top: -200px;
    left: 50%;
    width: 350px;
    height: 500px;
    visibility: visible;
    /*background-image: url('../../Images/Mis_Console_splash.png');*/
    background-repeat: no-repeat;
}

#login_content
{
    text-align: left;
    margin-top: 140px;
    margin-left: 15px;
    width: 320px;
    height: 280px;
}

#lblUserName, #lblPassword {
    margin-bottom: 10px !important;
}

#lblUserNamePanel, #lblPasswordPanel {
    margin-bottom: 10px !important;
}