:root {
  --main-color: #3E5BA6;
}
strong {
	font-weight:bold;
	}
body {
	font: 70%/1.6em Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/logo/GetBackgroundImg.action);
    background-size: contain;
}

h1 {
	font-size:100%;
	}
h2 {
	font-size:130%;
	}
h3 {
	font-size:115%;
	}
h4, h5 {
	font-size:105%;
	}
.csc-frame-frame1 { 
	color:#353535;
	}
p {
	margin-bottom:1em;
	}
a:link {
	color: #4C66B5 !important;   
        text-decoration: none;
	}
a:visited {
	color: #4C66B5 !important;
        text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
	
input, textarea, select, submit, label {

	padding: 1px 0 2px 0px;
	margin: 2px 0 0 0;
	color:#3e3e3e;
}

div.login_screen_div{
  width: 350px;
   position: absolute;
   background-color: #ffffff;
   padding: 10px;
   top: 45%;
   left: 50%;
   margin-left: -160px;
   margin-top: -250px;
   border-style: solid;
   border-width: 2px;
   border-color: #cbd0d5;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}
div.login_screen_div div a {
  color: var(--main-color)!important;
}
input.login_screen_inputbutton{
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  background: var(--main-color) !important;
}

div.login_screen_logo {
	background-image: url(/logo/GetCurrentLogo.action);
    background-size: contain;
    background-position: center center;
    width: 250px;
    height: 85px;
    margin: 0 auto; /* Zentriert das Element horizontal */
    margin-bottom: 10px;
    background-repeat: no-repeat;
}
input.login_screen_inputfield{
  outline: 0;
  background: #F5F5F5;
  width: 100%;
  height: 45px;
  border:0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
select.login_screen_inputfield{
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #F5F5F5;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
label.login_screen_form{
	display: block;
    text-align: center;
}
table.login_screen_form{
	margin-left:auto; 
    margin-right:auto;
}