#stw-header-eira {
    background: url('/app/public/images/racex.jpg?v3') no-repeat !important;
	left: 20px;
	opacity: 1.0;
	background-size: 245px !important;
}
#stw-header {
    background: none  !important;
    height: 90px;
    position: relative;
	background-color: rgb(0,0,0) !important;
}
.stw-login-label {
    color: rgb(0,0,0);
}
#stw-login-main {
	background: rgb(240,240,240);
	background: -moz-linear-gradient(bottom,rgb(240,240,240) 0%,rgb(235,235,235) 100%);
	background: -webkit-linear-gradient(bottom,rgb(240,240,240) 0%,rgb(235,235,235) 100%);
	background: linear-gradient(to bottom,rgb(240,240,240) 0%,rgb(235,235,235) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(240,240,240)', endColorstr='rgb(235,235,235)',GradientType=0 );
}

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

}	

#loginForm input[type=submit]:hover {
	opacity: 1;
	background-color: rgb(0,0,0) !important;
	color: white !important;
}