
body {
    background-image:url("background.jpg");
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
}

.is-horizontal-center {
    justify-content: center;
  }
  
  .main-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .logo-wrapper {
    margin: 0 auto;
  }
  
  img.logo {
    max-width: 50%;
    margin: 0 auto;
  }
  
  div.form {
    padding-top: 10px;
  }
  
  .i-agree-wrapper {
    padding-top: 10px;
  }
  
  #form-submit {
    width: 100%;
  }
  
  .thank-you {
    padding-top: 10px;
  }
  
  #error-modal-close-button {
    width: 100%;
  }
  
  .error-modal-close-button-wrapper {
    margin-top: 10px;
  }
  
  
  .logo-wrapper {
    padding: 1rem;
  }

  .title {
    color: #591C89 !important;
  }

  .label {
    color:#591C89!important;
    
  }

  .checkbox {
    color: #591C89 !important;
  }

  a {
    color: #591C89 !important;
  }

  .button.is-link.is-hovered, .button.is-link:hover {
    background-color: #591C89 !important;
  }
  
  .button.is-link {
    background-color: #591C89 !important;
  }