html{

}

input{
  margin: 5px;
  width: 250px;
  height: 40px;
  font-size: 0.6em;
  font-weight: bold;
}

body{
  font-family: Arial;
  font-size: 1.5em;
}

.Title{
  display: block;
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
}

.Info{
  margin-bottom: 10px;
  display: block;
}

.Feld{
  display: block;
  font-style: italic;
  margin-bottom: 3px;
}

.Beschriftung{
  font-weight: bold;
  margin-bottom: 7px;
}

.Innen{
  text-decoration: underline;
  margin-bottom: 5px;
}

#AuthFeld{
  border: 1px solid grey;
  margin: 2px;
  padding: 2px;
  background-color: #f5f5f5;
  width: 50%;
  margin-left: 25%;
}

#Top{
  background-image: url("Background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#Ges{
  background-image: url("Background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#Beschr{
  width: 50%;
  margin-left: 25%;
  background-image: url("Trans.png");
}
