/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#registerFormModal {
  outline: green 1px dashed;
}

#registerForm > h3:first-child {
  margin-top: 0;
}

#registerForm .form-input br {
  display: none;
}

#registerForm p:empty {
  display: none;
}

.form-modal {
  background-color: #666;
}

.form-modal .modal-body {
  padding: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .modal-lg {
    max-width: 600px;
  }
}
