.dash-form-container {
}

form.dash-form {
}

.span8 .half {
    width: 45%;
    float: left;
    margin-right: 40px;
}

.span8 .half h1 {
    font-size: 23px;
    margin-bottom: 10px;
}

.span8 .half h2 {
	margin-left: 0!important;
	padding-left: 20px!important;
}

.dash-form-container h4 {
    color: #fff;
    margin-bottom: 10px;
}

#form-result span {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
    font-family: Arial;
}

span.success_msg {
    background: #1C9F1D;
}

span.error_msg {
    background: #C20000;
}

.msg-alert {
    display: block;
    padding: 10px;
}

form.dash-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
form.dash-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #383838;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
form.dash-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  color: #f00;
}
form.dash-form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form.dash-form input[type="radio"],
form.dash-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
form.dash-form input[type="file"] {
  display: block;
}
form.dash-form input[type="range"] {
  display: block;
  width: 100%;
}
form.dash-form select[multiple],
form.dash-form select[size] {
  height: auto;
}
form.dash-form input[type="file"]:focus,
form.dash-form input[type="radio"]:focus,
form.dash-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
form.dash-form output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
form.dash-form .form-control {
  display: block;
  clear: both;
  width: 100%!important;
  height: auto;
  border: 0!important;
  box-shadow: 0 0 0!important;
  -webkit-box-shadow: 0 0 0!important;
  padding: 5px 0!important;
  font-size: 14px;
  color: #555555;
  background: none;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  line-height: 1.42857143;
}
form.dash-form .form-control:focus {
  border-color: #004f5a;
  outline: 0;
}
form.dash-form .form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
form.dash-form .form-control:-ms-input-placeholder {
  color: #999999;
}
form.dash-form .form-control::-webkit-input-placeholder {
  color: #999999;
}
form.dash-form .form-control[disabled],
form.dash-form .form-control[readonly],
form.dash-form fieldset[disabled] .form-control {
  background-color: #cccccc;
  opacity: 1;
}
form.dash-form .form-control[disabled],
form.dash-form fieldset[disabled] .form-control {
  cursor: not-allowed;
}

form.dash-form .form-control input[type="text"], form.dash-form .form-control input[type="email"], form.dash-form .form-control input[type="tel"], form.dash-form .form-control textarea {
	padding: 8px 13px;
	width: 88%;
	margin-bottom: 0;
    border: 0;
}

form.dash-form .form-control textarea {
    line-height: 1.4;
}

form.dash-form input[type="submit"] {
    text-transform: uppercase;
    color: #fff!important;
    width: 100%;
    background: #033C69;
    text-align: center;
    border: none;
    margin-top: 10px;
    font-size: 14px;
    height: 45px;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
}

form.dash-form .form-control h4 {
    padding: 0 15px 10px 0!important;
    display: inline-block;
    margin: 0!important;
    font-size: 19px!important;
    background: none!important;
}

form.dash-form textarea.form-control {
  height: auto;
}

form.dash-form input[type="search"] {
  -webkit-appearance: none;
}