body /* this applies to everything, the base page proprties */
{
    /* background: url("../../App_Themes/login/login/main_background_1366.gif") fixed no-repeat center; */
    vertical-align: top;
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
}


.welcometype
{
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    color: #1CA2D7;
}

.pnlLogin
{
    background-color: Red;
    height: 50%;
    width: 50%;
    position: relative;
}

/* .pnlLoginPage */



.pnlContainer
{
}

A:hover
{
    color: orange;
    cursor: pointer;
}

.validation
{
    background-color: #F1F1F1;
    border-color: Red;
    border-style: solid;
    border-width: 1px;
    width: 52%;
    font-family: Calibri;
    font-size: 9pt;
}

.Form
{
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    padding: 5px;
}

/* mo update begin */
#Welcome
{
    display: none !important;
}

#divLoginPage
{    
    /*
    border: solid 1px #555;
    background-color: #f0f0f0;
    padding: 25px 25px 15px 25px;
    */    
    width: 350px;
    margin-left: auto;
    margin-right: auto;   
    text-align:center
}

#login
{
    font-size: small; 
    margin-top: 50px;

    
}

#divLoginPage p
{
    padding-bottom: 0px; 
    margin: 0px;
    
}

#login p a
{
    padding-bottom: 10px !important;
}

/*
#divLoginPage span
{
    color: Black !important;
    padding: 0px 0px 2px 0px !important;
}
*/

#divUsername
{
    /* float: left; 
    padding: 20px;
    font-weight: bold;
    width: 250px;
    margin-top: -10px;
    margin-left: 30px;
    */
}



input#Email, input#Password
{
    width: 325px !important;
    margin-top: 5px;
    margin-bottom: -5px;
    background-color: #217a9e;
    border: none;
    color: White;
    padding: 10px;
    margin: 5px 0px;
}

input#password-clear 
{
    display: none;
    
    width: 325px !important;
    margin-top: 5px;
    margin-bottom: -5px;
    background-color: #217a9e;
    border: none;
    padding: 10px;
    margin: 5px 0px;
    color: #a0a0a0 !important;
}

.dummyGray
{
    color: #a0a0a0 !important;
}

#divPassword
{
    /*
    padding: 10px;
    font-weight: bold;
    */
}

#LoginMessage
{
    width: 325px !important;
    margin-top: 5px;
    margin-bottom: -5px;
    border: none;
    padding: 10px;
    margin-top: 5px;
    
    background-color: transparent !important;    
    color: White !important;
    margin-bottom: -5px;
}

#LoginImages
{
    /*
    margin-left: 35px;
    margin-top: -10px;
    */
}

#homepage_stlogo
{
    margin-left: auto;
    margin-right: auto;
    width: 381px;
    display: block;
}

#homepage_stlogo2
{    
    margin-left: 593px;
    margin-bottom: -44px;
    width: 75px;
    display: block;
    text-align: right;
    padding-left: 263px;
    margin-right: auto;
    margin-left: auto;

    /* Rotate div */
transform:rotate(-7deg);
-ms-transform:rotate(-7deg); /* IE 9 */
-webkit-transform:rotate(-7deg); /* Safari and Chrome */
}


#LoginOthers
{
    margin-top: 20px; 
    width: 345px;
    margin-left: auto;
    margin-right: auto;
}

#LoginOthers a
{
    /*
    margin-left: 177px;
    color: White;
    */
    text-decoration: none !important;
    color: White !important;
}

#LoginOthers .othersItem
{
    /* float: left; */
    /* padding-left: 5px; */
}


#LoginOthersFooterImage
{
    /*
    width: 300px;
    margin-top: -35px;
    margin-left: 622px;
    */
    display: none;
}

#LoginOthersFooterImage img
{
    width: 70%;
}

#userNameText, #passwordText, #helpButton1
{
    display: none;
}



/* mo update end */



