.container {
    max-width: 960px;
  }
  body, html {
    font-family: 'Roboto', sans-serif;

    margin: 0;
    height: 100%;
  }
  .btn-primary,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:visited,
  .btn-primary:focus {
    background: #2a878f;
    border: #2a878f;
  }
  .form-wrapper {
    background: #00000085;
    border-radius: 15px;
    padding: 2rem;
  }
  
  .grow {
    transition: all .3s;
  }
  .grow:hover {
    transform: scale(1.2);
    transition: all .3s;
  }

  .grow-small {
    transition: all .3s;
  }
  .grow-small:hover {
    transform: scale(1.05);
    transition: all .3s;
  }
  .bg {
    /* The image used */
    background-image: url("bg.jpg");
    display: grid;
    /* Full height */
    min-height: 100%; 
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(67, 67, 67, 0.8) 100%);
    /* height: 100%; */
  }
  .page-footer {

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
  }
  .site-header {
    background: #ffffff;
    margin-bottom: 1rem;
  }
  .site-header a {
    color: #999;
    transition: ease-in-out color .15s;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
 
  .main-text {

    font-weight: 600;
    font-size: 52px;
    margin-bottom: 2rem;
  }
  ul {
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    list-style-image: none;
  list-style-image: none;
  margin: 0;
      margin-bottom: 0px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  }
  li {
    font-size: 18px;
line-height: 30px;

  }
  li i {
    font-size: 16px;
    line-height: 30px;
    margin-right: 5px;
    color:  #fff;
}
ul li i {
  vertical-align: middle;
  padding-right: 5px;
}
.btn:focus {
  outline: none;
}

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

.icons-container {

  display: flex;
  align-items: center;
  justify-content: center;
}
ul {
  padding: 1rem;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
@media only screen and (max-device-width: 812px) { 
  .btn {
    width: 100%;
    margin: 1rem;
  }
  .icons-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header {
    text-align: center;
  }

  .main-text {
    font-size: 37px;
    text-align: center;
  }
  .form-wrapper {
    padding: 1rem;
  }
  li {
    font-size: 20px;
    margin-bottom: 5px;
  }
  ul {
    padding: 1rem 0;
  }
}
