@charset "utf-8";
/* J.S Taylor Electrical Form CSS Document */

#form-wrapper {
	max-width: 100%;
	background-color: #f7f7f7;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	border: 1px solid rgba(0,0,0,.125);
	
}

.form-control {
	width: 100%;
	display:block;
	background:#fff;
	font-family: 'Arial', sans-serif;
	color: #6c6e71;
}

#contactform input:focus { 
    background-color: #fff;
}

#contactform textarea:focus { 
    background-color: #fff;
}

#contactform label.error {
	padding-top: 5px;
	color: #2e84cb;
	font-weight: 700;
}

.btn-primary {
  color: #fff;
  background-color: #141981;
  border-color: #141981;
}
.btn-primary:hover {
  color: #fff;
  background-color: #dc9423;
  border-color: #dc9423;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #dc9423;
  border-color: #dc9423;
}

#url-label {
	display: none;
}

input#url {
	display: none;
}

.req {
color: #dc3545;
}