/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');*/
/*@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap');*/
body{
	background:#d4ea9f;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.container{ padding: 0; }
#main-content{ padding-left: 15px; padding-right: 15px; }
#main-content p{ font-size: 14px; margin-bottom: 20px; }
h1{ color: #ffffff; line-height: 1.3; font-weight: 700; font-size: 3em;}
.yellow{ color: #d2db4d;}
.red{font-size: 11px;}
.legal{ color: #000; font-weight: 700; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }
a, a:focus{
	outline: none;
	color: #000;
	text-decoration: underline;
}
a:hover{ text-decoration: none; color: #000;}
label{
	font-weight: normal;
	color: #000;
}
.red{ color: red;}
.btn{ background: url(../images/enter-button@2x.png); width: 122px; height: 95px; text-indent: -9999px; 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;*/
	width: 100%;
}
#index #enter img{
	width:152px; height:60px; position: relative;
}

#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 a{ font-size: 13px; color: #000; font-weight: 600; letter-spacing: 2px; 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; color: #303030;
  /*padding-left: 15px;*/
}
/*select{ padding-left: -10px !important;}*/
select.form-control{ padding-left: 8px; color: #303030; }
::placeholder{ color: #303030 !important; opacity: 0.4 !important; }
::-webkit-input-placeholder {
	color: #303030 !important; opacity: 0.4 !important;
}
::-moz-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}
:-ms-input-placeholder {
	color: #303030 !important; opacity: 0.5 !important;
}

input[type="date"]{ padding: 0px 12px; -webkit-appearance: none; }
input[type="date"]::-webkit-datetime-edit-month-field { color: blue; }
::-webkit-datetime-edit-day-field { color: green; }
::-webkit-datetime-edit-year-field { color: purple; }

@media (max-width: 768px) {
	.mobile-show{ display: block !important; }
	.mobile-hide{ display: none; }
}