
body.login  {
    padding-top: 0!important;
}
body.login .login-container { width: auto; }

body .secondary-content {
    width: 600px;
    margin: 0 auto;
}

#login-form.enter-user-name {
    padding-bottom: 0 !important;
}
    body.login #login-form.enter-user-name section { 
		padding-bottom: 0 !important; 
		margin-bottom: 20px;
	}

    #login-form.enter-user-name footer button{ width: 61px !important; }

    body.login .forgot-password {
        padding: 5px;
        margin-bottom: 15px;
        width: 220px;

    }

        body.login .forgot-password p {
            margin: 0 !important;
        }

.home {
	font-size: 14px;
	font-weight:bold;
	margin-right: 20px;
}

.alert {
    margin-right: 10px;
    margin-left: 5px;

}
h3.login-step {
    font-size: 14px;
    color: #044879;
}

.custom-content{
    background: white;
    line-height: normal;
    padding: 10px;
    min-height: 430px;
}

.secondary-content{
    line-height: normal;
    padding: 10px;
    text-align:left;
    display: inline;
}

#login-form .ui-button-primary
{
	height: 25px;
	border: none;
	font-weight: bold;
	line-height: 12px;
	color: white;
	background:  #044879;
}

.FirstBody #login-form .ui-button-primary:hover
{
	background-color: white;
	color: black;
}
.SecondaryBody #login-form .ui-button-primary:hover
{
	background-color: black;
	color: white;
}

/* IE7 */
.lt-ie8 .custom-content{
    height:auto !important; 
    height: 430px;
}

 h3 {
    border-bottom-color: #333;    
    text-align: center;
}
h4.muted {
    color: #000!important;
    border-bottom-color: #333!important;   
}

/* From legacy page*/

body, table, td, th { color: black; font-family: verdana,arial,sans-serif; }

a:link { 
	color: #FFF; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:bold;
}
a:visited { 
	color: #FFF; 
	text-decoration: none; 
	font-size: 10px;
	font-weight:bold;
}
a:hover { 
	color: #FFF; 
	text-decoration: underline; 
	font-size: 10px;
	font-weight:bold;
}
a:active { 
	color: #FFF; 
	text-decoration: underline; 
	font-size: 10px;
	font-weight:bold;
}

.SecondaryBody section {
    margin: 5px 15px 0 10px;
}
.SecondaryBody .ui-button-primary {
    float: right;
    margin-right: 15px;
}
.SecondaryBody a.ui-button-link:link { 
	color: black;
}
.SecondaryBody a.ui-button-link:visited {
	color: black;
}
.SecondaryBody a.ui-button-link:active {
	color: black;
}
.SecondaryBody a.ui-button-link:hover {
	color: black;
}

.SecondaryBody .row-fluid [class*="span"] {
    margin-left: 0!important;
}