.login{
  background-color: white;
  padding-top: 5%;
  margin-top:10%;
  padding-bottom: 5%;
}

.text-input{
 max-width: 300px !important;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
}

.submit-login{
  background-color: #092781;
  width: 200px;
  height:50px;
  margin-top: 20px;
  border-radius: 8px;
  border: 2px solid lightgrey;
  color: white;
  font-family: Verdana;
  font-color: white;
  margin-bottom: 10px;
}

body{
  background-color: #4d90cd;
}

.login-field{
  border: 3.5px solid lightgrey;
  border-radius: 10px;
  max-width: 350px;
  margin: 10px;
  margin-top: 20px;
}

.d-flex{
  display: flex;
  justify-content: baseline;
  flex-direction: column;
}

.f-item{
  flex: 1;
}

.login-title{
  font-size: 32px;
  color: grey;
  font-family: 'Verdana';
}

.icon{
  width: 80px !important;
  height: 50px !important;

}

.site-title{
font-size: 45px;
color: #092781;
font-family: 'Verdana';
margin-left: 5%;
}

header{
  background-color: white;
}

.error{
  color: red;
  font-size: 12px;
  font-family: 'Verdana';
}
.aktiv-sign{
  color: #81F781;
  font-size: 22px;
  font-family: 'Verdana';
}

.Ausweis{
  background-color: #092781;
  width: 70%;
  margin-top: 15%;
  margin-left: 15%;
  border-radius: 12px;
  border: 2px solid lightgrey;
  margin-bottom: 15px;
}

.d-flex-1{
  display: flex;
  justify-content: baseline;
  justify-content: space-between;
}

.user-name{
  font-size: 30px;
  color: white;
  font-family: 'Verdana';
}

.ausweis-rolle{
  font-family: 'Verdana';
  color:#00FF00 ;
  font-size: 22px;
}

.toggle-information{

}

.button-text{
  color: white;
  font-size: 20px;
  font-family: 'Verdana';
}

.button-location{
  margin-top: 15px;
}
