#contact-form {
  display: block;
  width: 100%;
  position: relative;
}

#contact-form .divider {
  width: 100%;
  height: 2px;
  background-color: #E5E6E6;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 16px;
  background-color: transparent;
  border-bottom: 2px solid #E5E6E6;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #666666;
}

.form-input:focus {
  border-color: #E5E6E6;
	outline:none;
}

::placeholder {
  color: #666666;
  font-size: 1em;
}
#form-quote-on {
  border: 2px solid #E5E6E6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  outline: none !important;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  width: 50%;
  color: #666666;
}

#form-message {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  resize: none;
  background-color: #f5f5f5;
  border: 2px solid #E5E6E6;
  border-radius: 2px;
  color: #666666;
}

@media(max-width: 991px) {
  .form-input {
    text-align: center;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #form-quote-on {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #contact-form select {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #contact-form p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

#form-message:focus {
  border-color: #E5E6E6;
	outline:none;
}

#question {
  color: #222222;
}

#submit-btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #0f246c;
  border: 2px solid #0f246c;
  border-radius: 4px;
  color: #f5f5f5;
  font-size: 1em;
  font-weight: 600;
  transition: 0.5s;
}

#submit-btn:hover {
  background-color: #f5f5f5;
  color: #0f246c;
  cursor: pointer;
  transition: 0.5s;
}

#caution-text {
  width: 100%;
  text-align: center;
  color: #222;
  font-size: 1em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 2px solid #E5E6E6;
  -webkit-text-fill-color: #222222;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
