
#form-section .col.left-col {
  width: 45%;
}

#form-section .col.right-col {
  width: 55%;
}

#form-section .form-section-wrapper {
  padding: 0 42px;
}

#form-section input,
#form-section textarea,
#form-section select {
    padding: 24px 20px;
    border-color: #cccccc;
}

.form-section input::placeholder,
.form-section textarea::placeholder,
.form-section select:invalid {
  color: #000000;
  opacity: 1;
}
.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form-section input:-ms-input-placeholder,
.form-section textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form-section input::-ms-input-placeholder,
.form-section textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

#form-section .form-section-wrapper button.btn {
    width: 240px;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid;
    color: #494949;
    padding: 12px 0;
}

#form-section .image-section{
    max-height: 890px;
    height: 100%;
    overflow: hidden;
}


