.w3-border {
    border: 1px solid #ccc !important;
}
.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-image: linear-gradient(to right, #45b9c4, #1d4458);
	border: none;
	padding: 8px 20px;
	margin: 4px 0 20px 0;
	line-height: 1em;
	font-size: 18px;
	cursor: pointer;
}
#contact {
	width: 75%;
}
#contact input[type="text"], #contact input[type="url"], #contact input[type="email"], #contact input[type="tel"], #contact textarea {
  padding: 12px;
  color: #999;
  line-height: 1em;
  background-color: #eee;
  font-size: 18px;
  border-width: 0;
}

#thanks {
  margin: 35px auto 0px;
  background-color: #eee;
  text-align: center;
  padding: 16px 10px;
}
#thanks h3 {font-size: 27px; display: block; font-weight: 500; margin-bottom: 10px; color: #0c3e57;}
#thanks h4 {display: block;font-size: 15px;font-weight: 300;}

#commentform {
	margin-top:30px;
}
#commentform textarea {
  padding: 12px;
  color: #999;
  line-height: 1em;
  background-color: #eee;
  font-size: 18px;
  border-width: 0;
}
#commentform textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#commentform input[type="text"], #commentform input[type="url"], #commentform input[type="email"], #commentform input[type="tel"], #commentform textarea {
  padding: 12px;
  color: #999;
  line-height: 1em;
  background-color: #eee;
  font-size: 18px;
  border-width: 0;
}
#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform input[type="tel"] {
  width: 47%;
}
input.text, input.title, input[type="text"], select, textarea {
  margin: 0;
}
.email-notes { color: #787878;}
.required {color:#cc0000;}