#log-in-container {
	background-image: none !important;
	background-color: #A3AEBA !important;
}

#log-in-branding {
	display: none !important;
}

#log-in-form-content {
	border-radius: 6px !important;
}

#welcome-message-container {
	padding-bottom: 20px;
	text-align: left;
}

#welcome-message-container:before {
	content: 'FDA ELECTRONIC SUBMISSIONS GATEWAY';
	font-size: 20px;
}

#welcome-message {
	display: none;
}

#log-in-header {
	background-color: #003152 !important;
	opacity: 1.0 !important;
}

#log-in-header-link-container {
	padding: 20px;
}

#log-in-header-logo {
	background-image: url("gov-fda-new-white.png") !important;
	height: 72px !important;
	width: 344px !important;
}

#log-in-header-title {
	display: none !important;
}


 

/****** Footer ********************/
#log-in-footer {
    background: none repeat scroll 0 0 #003152;
    padding: 0.75em 0.125em;
}
#footer-heading { width:280px; margin: 0 auto; }
#log-in-footer-message a {
    line-height: 1.875;
    padding: 0.625em;
	color: #fff;
	margin:2px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
}
#log-in-footer-message a:hover { background-color: #1a4664; }
#log-in-footer-message p { margin: 0; text-align: center; }
