#stw-header-eira {
    background: url('/app/public/images/icuklogo.png') no-repeat !important;
	left: 20px;
	opacity: 1.0;
}
#stw-header {
    background: none  !important;
    height: 120px;
    position: relative;
	background-color: rgb(250,250,250) !important;
}
.stw-login-label {
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: GT-America-Standard-Regular;
    font-size: 15px;
    color: black;
}
#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 );
}
#stw-login-main {
	background-image: url('https://icuk.cz/media/2024/03/Obraz_AI-1-1024x502.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
}
#loginForm input[type="submit"] {
	height: 58px !important;
    background: #FFCB00 !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: GT-America-Standard-Regular;
    font-size: 18px;
    color: black !important;
    padding: 0 !important;
    border-radius: 50px !important;
    border-color: none !important;
    border-style: solid !important;
    border-width: 0px !important;
}	
#loginForm input[type=submit]:hover {
	opacity: 1;
	background-color: #000000 !important;
	color: white !important;
}
