body{
	background:#eecb57;
	color: #231f20;
    font-family: 'Open Sans', sans-serif;
}
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 3em;}
.yellow{ color: #d2db4d;}
.red{font-size: 11px;}
.legal{ color: #e9b163; font-weight: 700; font-size: 10px; font-family: 'Open Sans', sans-serif; }
a, a:focus{
	outline: none;
	color: #231f20;
	text-decoration: underline;
}
a:hover{ text-decoration: none; color: #231f20;}
label{
	font-weight: normal;
	color: #231f20;
}
.red{ color: red;}
.btn{ background: #41321f; color: #ffffff; border: none; padding: 8px 25px; font-weight: bold;}
.btn:hover{ background: #231f20; color: #fff; }
#index{
	/*background: url(../images/index-image.png) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 402px;
	margin: 0 auto;
	margin-top: 5%;
	position: relative;*/
}
#index #enter img{
	/*margin: 0 auto;
	position: relative;
	bottom: 10%;*/
}

#main-header{
	/*background: url(../images/formpage-background.jpg) center top no-repeat;
	background-size: 100% auto;
	width: 635px;
	height: 570px;
	margin: 0 auto;*/
}
#footer ul{ list-style: none; display: inline-block; margin-left: -20px; margin-bottom: 15px;}
#footer li{display: inline; list-style: none;}
#footer li a{ font-size: 12px; color: #231f20; font-weight: 600; letter-spacing: 1px; padding-bottom: 2px; }
#footer p{ margin-bottom: 15px; }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select, select:focus, select option,
textarea {
  font-size: 16px !important;
}