#stw-header-eira {
    background: url('/app/public/images/zrlogo.png') no-repeat !important;
	left: 20px;
	opacity: 1.0;
	background-size: 245px !important;
}
#stw-header {
    background: none  !important;
    height: 90px;
    position: relative;
	background-color: white !important;
}
.stw-login-label {
    color: white;
}
#stw-login-main {
	background: url('/app/public/images/zrbck.jpg');
}

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

}	

input[type=submit]:hover {
	opacity: 1;
	background-color: white !important;
	color: rgb(47,124,130) !important;
}