body {
	/* background-color: #171b25; */
	background-color:honeydew;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: #d9d76f
}

label {
	color: white;
	font-size: 1.2em;
}

.logo {
	width: 150px;
	height: auto;
	display: none;
}

.unten {
	width: 100%;
	height: 1180px;
	border: 0;
}

.navbar {
	margin-bottom: 1em;
	background-color: #171b25;
}

.logout {
	background-color: darkgreen;
	font-size: 1.1em;
	border-radius: 5px;
}

.logout2 {
	text-align: left;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: red;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
 padding: 10px;
 font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: blue;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;

}

.form-control {
	width: 250px;
	height: 50px;
	margin-top: 15px;
	margin-left: 10px;
	color: #3f4a5e;
	font-size: 1em;
	text-align: center;
}

.btn {
	width: 100px;
	height: 56px;
	margin-top: 15px;
	/* margin-left: -182px; */
	color: #06193c;
	background-color: #baf3c5;
	font-size: 1em;
	text-align: center;
}


iframe.geburt {
	width: 100%;
	float: left;
	height: 37px;
	border-radius: 5px;
	border: none;
	margin-top: 10px;
	color: red;
}

@media (max-width: 900px) {
	body { background-color: #b9884a;}
}

@media (max-width: 580px) {
	input { font-size: 1.5em; margin-top: 20px;}
  .form-control {width: 130px; height:25px; font-size:.9em; margin-left:10px; }
  .form-control {width: 155px; height: 40px; font-size: .9em; margin: 0px; margin-left: 10px;}
	label {font-size: 0.8em;}
	.btn {margin: 0;}
  /* img {margin-left: 10px; } */
  body { background-color: #462322;}
  .navbar { background-color: antiquewhite; }
}
