/*
 Stylesheet für die Landing-Page (Konfigurationsseite)
*/

body{
	font-family: Ubuntu, Arial; sans-serif;
	font-weight:bold;
	background: #636363;
}

#loader{
	width:800px;
	text-align: center;
	position: relative;
	top: -15px;
	margin:auto;
	padding: 20px;
	box-shadow: 0px 5px 40px #000000;
	border-radius: 5px;
	background-color:#ffffff;
}

#go {
	width:60%;
	height:40px;
	font-size:20px;
	font-weight:bold;
	border:2px solid #cccccc;
	text-align:center;
	margin-top:10px;
	background-color: #9ACD32;
	color:#ffffff;
	border:none;
}

.eingabe{
	font-family: Ubuntu, Arial; sans-serif;
	font-size:16px;
	font-weight:bold;
}

table {
  margin: auto;
}

input {
	font-weight: bold;
}

#pwsettings input{
	width:60%;
	font-size: 20px;
	text-align: center;
}

.label{
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

.settings{
	border: 1px solid #cccccc;
	color:#999999;
}
.settings legend{
	color:#000000;
}

