﻿.field-validation-error
{
    color: #f00;
}
.field-validation-valid
{
    display: none;
}
.input-validation-error 
{
    border: 1px solid #f00; background-color: #fee;
}
.validation-summary-errors
{ 
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid
{
    display: none;
}



/*moved to site.css*/
/*#MCTSImage {
    margin: 35px 10px 2px 315px;
}
.formTitle {
    font-size: 1.25em;
    margin-top: 40px; 
    padding-bottom: 0px;
    color: #47528E;*/ /*dark blue gray*/
    /*float: right;
}
.mctsheader {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    background: url("../Images/header-curves-fullscreen.png") no-repeat;
}
.footer-content-wrapper p {
    padding: 8px 0px 0px 0px;
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: #47528E; dark blue gray
    width: 100%;
}
footer {
    font-size: .8em;
    to fix the footer
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
    background-color: white;
    padding-top: 40px;
    end - to fix the footer
}
.navbar-inverse {
    background-color: #0f498d;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-horizontal {
    padding-top: 65px;
    margin-bottom: 40px;
}*/


/*added for SAFER like login screen styling*/
/*#loginContent {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: auto;
}

#bglogo {
    margin: auto;
    width: 20%;
    height: auto;
    opacity: 0.6;
    z-index: 1;
}

.btnLogin {
    margin-top: 5px;
}

#userName, #userPassword {
    margin: 5px;
    text-align: center;
}*/
/*end - added for SAFER like login screen styling*/

/*.float-right {
    float: right;
}*/