/* Styleheet: Berufsfeuerwehr Braunschweig
Version: 1 */

body { 
  background-color: #e9e9e9;
   text-align: center;
}

.login-panel{
  background-color: #e9e9e9;	
  padding: 10px;
  text-align: left;
  display: inline-block;
}

.image {
  text-align: left;
  width: auto;
  height: 30%;
  margin-bottom: 5%;
}


input {
	height: 30px;
	border-radius: 8px;
	margin: auto;	
}

input.inputField{
	width: 250px;
}

input.inputButton{
	width: 150px;
}

p { 
   margin: 0p; color: rgb(60,60,60);
}

p.error {
	color: red;
}