
body{
	font-family: 'Roboto', sans-serif;
	background: linear-gradient(
      rgba(48, 95, 127, 0.45), 
      rgba(48, 95, 127, 0.45)
    ),
    url(/images/FAME_Refresh/iStock-614014094.jpg);
	background-size: cover;
	background-attachment: fixed;
	
	
}


#content-wrap{
	padding-bottom: 400px;
	min-height: 100%;
	margin-bottom: -130px;

}


::placeholder {
	color: #000000 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 15px !important;
	font-style: normal !important;
}

#div1{
	padding-top: 15px;
	padding-bottom: 5%;
	box-sizing: border-box;

}


#banner{
	margin-top: 15px;
	background: #1B2541;
	height: 65px;	
}

#banner-text{
	text-align: left;
	color: #fff;
	padding-left: 48px;
	padding-bottom: 8px;
	padding-top:13px;
}


#login-validation-text {
	font-family: Roboto, sans-serif;
	font-weight: bold;;
	font-size: 18px;
	color:#336688;
	display: inline;
}

#validate-div{
	display: inherit;
	
}

#validate-message{
	font-size: 13px;
	color: #fff;
	font-style: italic;
	text-align: center;
}

#random-number-div{
	text-align: right;
}


#validationNumber{
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color:#336688;
}

#button1{
	font-size: 12px;
	color: #ffffff;
	background: #318269;
	padding: 2px 16px;
	border-radius: 44px;
	
}

#button2{
	font-size: 12px;
	color: #ffffff;
	background: #ee8777;
	padding: 2px 16px;
	border-radius: 44px;
	margin-left: 10px;
	
}

/*
@media screen and (max-width: 1150px){
	.swingLow {
		padding-top:35px;
	}
	
}
*/

.borderless td, .borderless th{
	border: none;
}

.instruction-text{
	font-family: Roboto, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.border{
	margin-right: 0px;
	margin-left: 0px;
	border-radius: 5px;
}

#addition-validation{
	color:#006600; 
	font-size:12px;
	font-weight: bold;
}

#note-to-user{
	font-size: 11px;
}

#forgotPassword{
	font-weight: bold;
	padding-left: 22%;
}