#stw-header-eira {
    background: url('/app/public/images/placekgrouplogo.PNG') no-repeat !important;
	background-size: 200px !important;
	left: 20px;
	opacity: 1.0;
	height: 135px !important;
}
#stw-header {
    background: url('/app/public/images/placekgroup.jpg') no-repeat !important;
    height: 91px;
    position: relative;
	background-color: rgb(255,255,255) !important;
	background-size: 480px !important;
	background-position-x: center  !important;
	background-position-y: 19px !important;
}
.stw-login-label {
    color: white;
}
a {
    color: #57a9fb !important;
}
#stw-login-main {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(bottom,rgb(29,63,122) 0%,rgb(44,94,183) 100%);
	background: -webkit-linear-gradient(bottom,rgb(29,63,122) 0%,rgb(44,94,183) 100%);
	background: linear-gradient(to bottom,rgb(29,63,122) 0%,rgb(44,94,183) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(29,63,122)', endColorstr='rgb(44,94,183)',GradientType=0 );
}

#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;
}	

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