* {
    box-sizing: border-box;
  }
  .wiz_email_signup-main {
      width:100%;
      height:auto;
      color:#ddd !important;
      overflow: hidden;
  }
  .wiz_email_signup-left{
      width:40%;
      float:left;
      height:auto;
      padding:10px;
  }
  .bg-img {
    /* The image used */
    min-height: 380px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Add styles to the form container */
  .wiz_email_signup-right {
    height:auto;
    width:50%;
    float:right;
    margin-right: 20px;
    padding: 16px;
    color:#ddd !important;
  }

  .wiz_email_signup-header {
    font-family: 'Beleren Bold';
    font-size: 50px;
    background: rgba(33,33,33,0.7);
    padding: 10px 0;
    display: table;
    text-transform: uppercase;
  }

  .wiz_email_signup-subhead {
    font-size: 16px;
    background: rgba(33,33,33,0.7);
    padding: 10px 0;
    font-weight: 700;
    display: table;
  }
  
  /* Full-width input fields */
  .wiz_email_signup_email {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  .wiz_email_signup_email:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit button */
  .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  .btn:hover {
    opacity: 1;
  }

  .wiz_email_signup-icon {
    max-width: 100%;
    max-height: 390px;
    margin: 0 auto;
    display: block;
  }

  #legal_text, label[for=legal_text] {
    background: rgba(33,33,33,0.7);
    font-size: 14px;
    display: inline;
  }

.input_error {
  background: #ff3333 !important;
}

.checkbox_error {
  color: #ff3333;
}