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

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

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