

input[type=text]{
    width:100%;
    border:1px solid #fec658;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
  
    .contact-form-wrapper1 {
  padding: -35px 0;
}

.contact-form1 {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form1 textarea {
  resize: none;
}

.contact-form1 .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form1 .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form1 .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form1 .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form1 .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form1 .form-control:focus {
  border-color: #ff9933;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #ff9933;
}

.contact-form1 .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form1 .description {
    color: #aeb4b9;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.contact-form1 .submit-button-wrapper {
  text-align: center;
}

.contact-form1 .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #ff9933;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form1 .submit-button-wrapper input:hover {
  background-color: #138808;
}
