
#login_form input {
  width:350px;
}
.registering_field {
  display: none;
}
input.opening_hour {
  width: 87px;
}
hr {
	margin-bottom: 45px;
	margin-top: 45px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}

html {
  height: 100%;
}
body {
  font-family: "Arial";
  min-height: 100%;
}

.full-height {
  height: 70%;
}

#password_strength_indicator {
	display: none;
	width: 340px;
	height: 18px;
	border-radius: 9px;
	font-size: 16px;
	text-align: center;
	border: 1px #0000a0 solid;
	color: yellow;
	background-color: #ffab9b;
}

.mistake {
	font-weight: bold;
	color: red;
	background-color: yellow;
}
