* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #a00022;
  background-image: url( "images/Background_red.png" );
  background-position: center center;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow: hidden;
}

form{
  margin: auto;
}

#login-container {
  box-sizing: border-box;
  padding: 25px;
  width: 350px;
  height: 400px;
  background: #FEFAEB;
  border-radius: 9px;
  margin: auto;
  top: -40px;
  position: relative;
}

.form-container{
  margin: auto;
  width: 100%;
  padding-top: 10px;
}

.logo-container{
  margin:auto;
  width: 100%;
  height: 90px;
}

#roterhahn-logo{
  height: 90px;
  width: 90px;
  float: left;
  margin-top: 0px;
  box-shadow: 0px 3px 6px rgba( 0,0,0, 0.16 );
}

input[type=text], input[type=password]{
  background-color: #FFFFFF !important;
  color: #626262 !important;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #EDEFEF;
  border-radius: 4px;
  width: 100%;
  height: 36px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: none;
  margin-top: 10px;
}

label{
  margin: 0px;
  font-size: 14px;
  color: #8B8B8B;
}

.input-container{
  margin-top: 20px;
  z-index: 20;
}

.zentriert {
  display:table-cell;
  vertical-align: middle;
}

.button-container {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.button{
  height: 45px;
  width: 160px;
  background-color: #A00022;
  border-radius: 3px;
  font-size: 17px;
  border: none;
  color: #FFFFFF;
  -webkit-appearance: none;
}

.button:hover{
  background-color: #86001D;
}

.login-error{
  margin: 8px 0px;
  color: #c00303;
  height: 1em;
  text-align: center;
}

h1 {
  margin: 0px;
  color: #A00022;
  font-size: 25px;
  font-weight: 500;
  width: fit-content;
}

.logo-title {
  width: min-content;
  float: left;
  margin-left: 20px;
  margin-top: 35px;
}

#login-shadow{
  width: 100%;
  height: 754.5447px;
  background: #D8D8D8;
  position: absolute;
  z-index: -1;
  transform: rotate(41.570646080258deg);
  -webkit-transform: rotate(41.570646080258deg);
  left: calc( 50% + 3px );
}