@import url('https://fonts.googleapis.com/css?family=Raleway:400,500');
body{
	background: #c9d5e3;
	color: #4b4a49;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
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: 'Raleway', sans-serif; }
a, a:focus, a:active{
	outline: none;
	color: #4b4a49;
	text-decoration: underline;
}
a:hover{ text-decoration: underline; color: #503215;}
label{
	font-weight: normal;
	color: #231f20;
}
.red{ color: red;}
.btn{ background: #a11c20; color: #ffffff; border: none; padding: 8px 25px; font-weight: bold;}
.btn:hover{ background: #a11c20; 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: #4b4a49; 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, .form-control {
  font-size: 16px !important;
  border: 0;
  background: #fff;
  box-shadow: none;
  /*border-bottom: 1px solid #503215;*/
  color: #4b4a49;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding-left:5px;
  padding-right: 5px;
}
input::placeholder{
  font-size: 16px;
  color: #42311a !important;
  opacity: 1;
}
::-webkit-input-placeholder {
  font-size: 16px;
  color: #42311a !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  color: #42311a !important;
  opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */           
  font-size: 16px;
  color: ##42311a !important;
  opacity: 1;
}
:-ms-input-placeholder {  
  font-size: 16px;
  color: #42311a !important;
  opacity: 1;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus, .form-control:focus, select:focus {   
  border-color: #503215;
  /*box-shadow: 0 1px 1px rgba(80, 50, 21, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}