.img-sec {
  width: 100%;
  height: 410px;
  margin-bottom: 20px;
}
.img-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-sec {
  width: 100%;
  padding: 25px;
  background: #3c3171;
  border-radius: 10px;
}
.form-sec h3 {
  color: #FFF !important;
}
.form-sec .form-filed {
  width: 100%;
}
.form-sec .form-filed input {
  height: 45px;
  padding: 15px;
}
.form-sec .form-filed select {
  height: 45px;
  padding: 15px;
}
.form-sec .form-filed button {
  width: 100% !important;
  background-color: #27a4da !important;
  height: 45px !important;
  border-radius: 10px;
}/*# sourceMappingURL=form.css.map */