.elementor-1058 .elementor-element.elementor-element-50aa74b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-23ccf57 */.form-container {
  max-width: 100%;
  margin: 30px auto;
  padding: 20px;
  background-color: white;
  border-radius: 6px;
  font-family: 'Arial', sans-serif;
  color: #001933;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 14px;
  font-weight: bold;
}

input[type="date"],
select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00193390;
  border-radius: 4px;
}

.btn-form {
  margin-top: 10px;
  padding: 12px;
  background-color: #f6b800;
  width: 200px;
  color: #001933;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.btn-form:hover {
  background-color: #e0a700;
}

/* Responsive */
@media (max-width: 480px) {
  .form-container {
    padding: 15px;
  }

  label, input, select, .btn-form {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5085b72 */.form-container {
  max-width: 100%;
  margin: 30px auto;
  padding: 20px;
  background-color: white;
  border-radius: 6px;
  font-family: 'Arial', sans-serif;
  color: #001933;
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-size: 14px;
  font-weight: bold;
}

input[type="date"],
select {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00193390;
  border-radius: 4px;
}

.btn-form {
  margin-top: 10px;
  padding: 12px;
  background-color: #f6b800;
  width: 200px;
  color: #001933;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
}

.btn-form:hover {
  background-color: #e0a700;
}

/* Responsive */
@media (max-width: 480px) {
  .form-container {
    padding: 15px;
  }

  label, input, select, .btn-form {
    font-size: 14px;
  }
}/* End custom CSS */