html, body {
  height: 100%;
  margin: 0;
  font-size: 1.1rem;
}

body {
  display: grid;
  align-content: center;
  text-align: center;
  font-family: Helvetica, Arial;
  color: #444;
}

.logo {
  max-width: 80%;
  width: 700px;
  margin: 0 auto;
  display: block;
  margin: -50px auto 20px auto;
}

.btn {
  display: inline-block;
  padding: 8px 50px;
  background: #19B246;
  border-radius: 20px;
  width: auto;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
}

.btn:hover {
  background-color: #8e2a7e;
}

.btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.btn, .btn-primary {
  background-color: #8e2a7f !important;
  border: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:hover, .btn-primary:hover {
  background-color: #3cc0e6 !important;
}

.form-container {
  background: #EBEBB1;
  padding: 30px 30px 10px 30px;
  margin: 0 15px 20px 15px !important;
  border-radius: 30px;
  width: auto !important;
}
@media (min-width: 768px) {
  .form-container {
    width: inherit !important;
    margin: 0 auto 30px auto !important;
  }
}

@media (min-width: 768px) {
  .cmsdev-form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cmsdev-form label {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .cmsdev-form .form-group, .cmsdev-form .button-group {
    margin: 0 5px 1rem 5px;
  }
  .cmsdev-form .flex-break {
    flex-basis: 100%;
    height: 0;
  }
  .cmsdev-form .h-captcha {
    flex-basis: 100%;
  }
}

.h-captcha {
  margin-bottom: 10px;
}

.form-ip, .form-created {
  display: none !important;
}

.form-response {
  background-color: #efef;
  padding: 30px;
  margin: 0 0 20px 0;
  border-radius: 1rem;
}
