#stw-header-eira {
    background: url('/app/public/images/mdlogo.png') no-repeat !important;
	left: 20px;
	opacity: 1.0;
	height: 110px !important;
}
#stw-header {
    background: none  !important;
    height: 110px;
    position: relative;
	background-color: rgb(250,250,250) !important;
}
.stw-login-label {
    color: #000000;
}
#stw-login-main {
	background-image: url('/app/public/images/mdhp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

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