#stw-header-eira {
    background: url('/app/public/images/rokalogo.svg') no-repeat !important;
	left: 25px;
	top: 15px;
	opacity: 1.0;
	background-size: 225px !important;
}
#stw-header {
    background: none  !important;
    height: 90px;
    position: relative;
	background: none;
}
.stw-login-label {
    color: #ffffff;
}
#stw-login-main {
	background-image: url('/app/public/images/rokalogo1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

#stw-contact {
    text-align: center;
    margin-top: 190px;
    color: white;
}