.am-landing.form-1 {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .am-landing.form-1 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.am-landing.form-1 .form-box {
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: var(--am-secondary);
  border-radius: var(--am-card-radius); }
  @media (min-width: 992px) {
    .am-landing.form-1 .form-box {
      margin-top: 70px; } }
  @media (min-width: 992px) {
    .am-landing.form-1 .form-box {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .am-landing.form-1 .form-box form {
    margin-bottom: 0px; }
  .am-landing.form-1 .form-box label {
    color: var(--am-text-light);
    font-weight: 500; }
  .am-landing.form-1 .form-box p {
    color: var(--am-text-light); }
  .am-landing.form-1 .form-box fieldset > .control-group:last-child {
    margin-top: 60px; }
  .am-landing.form-1 .form-box fieldset .control-group:not(:last-child) {
    margin-bottom: 20px; }
  .am-landing.form-1 .form-box input,
  .am-landing.form-1 .form-box select:not([multiple]) {
    padding: 10px;
    border: 1px solid var(--am-quardanary); }

.am-landing.form-1 .am-form-title {
  text-align: center;
  margin-bottom: 30px; }
  .am-landing.form-1 .am-form-title > [data-edit="text"] {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto; }

.am-landing.form-1 .form-header {
  display: none; }

.am-landing.form-1.am-text-light .am-form-content {
  color: var(--am-text-light); }

.am-landing.form-1.am-text-dark .am-form-content {
  color: var(--am-text-dark); }

.am-landing.form-1 .am-bg-image + * [data-edit="text"] {
  color: var(--am-text-light);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
