﻿/* None of the placeholder selectors can be grouped for some reason... */
/* Placeholder text style */
.loginTxt::placeholder{
    color: rgba(128, 128, 128, 1);
    font-weight: bold;
}

/* Backup style pseudo-class for Chrome/Opera/Safari */
.loginTxt::-webkit-input-placeholder{
    color: rgba(128, 128, 128, 1);
    font-weight: bold;
}

/* Backup style pseudo-class for FireFox */
.loginTxt::-moz-placeholder{
    color: rgba(128, 128, 128, 1);
    font-weight: bold;
}

/* IE 11 placeholder style. This is the only one that works for IE11. */
.loginTxt:-ms-input-placeholder{
    color: rgba(128, 128, 128, 1);
    font-weight: bold;
}

a.LargeBTNLogon,
a.LargeBTN
{
    color: #FFFFFF;
    background-color: #084694;
    border-color: #084694;

}

.loginThemeColor 
{
    background-color: #084694;
}