#stw-header-eira {
    background: url('/app/public/images/opdom.png') center no-repeat !important;
	left: 0px !important;
	opacity: 1.0;
	width: 100%;
    height: 113px;
    background-position: center;
}
#stw-header {
    background: none  !important;
    height: 90px;
    position: relative;
	background: rgba(255,209,25,1); !important;
}
.stw-login-label {
    color: #000000;
}
#stw-login-main {
	background: rgba(255,209,25,1);
}

#loginForm input[type="submit"] {
	height: 58px !important;
	background: none !important;
	color: #000000 !important;
	padding: 0 !important;
	border-radius: 50px !important;
	border-color: #000000 !important;
	border-style: solid !important;
	border-width: 1px !important;
}	

#loginForm input[type=submit]:hover {
	opacity: 1;
	background-color: #000000 !important;
	color: white !important;
}
