﻿/*body {background: #dee4de url('Images/imgBodyLoginBackground.gif') no-repeat fixed center center;}*/

.nts-button.nts-highlight
{
    background: #EFCD25;
    color:#555555;
    border-color: #e6ba35; 
}
    .nts-button.nts-highlight:hover
    {
        background: #e6ba35;
    }

#divLogin{
        margin:auto;
        width: 360px;
        padding: 25px 20px 5px;
        font-size: 14px;
        margin-top: 1.5em;
        text-align: center;
}

#divLogin img {
    max-width: 90%;
    margin-bottom: 25px;
    max-height: 100px;

}

#divLogin div.divFailureText {text-align:center; padding:5px 14px;color:#D10000;background-color:#F7E7E7; }
#divLogin div.divLoginError {position:absolute; background: url('../../Images/imgAlertIcon.gif') no-repeat; padding-left: 25px; }