.page-header {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07), 0 1px 50px 0 rgba(0, 0, 0, 0.01);
}

.main-logo {
  position: relative;
  display: block;
  width: 120px;
  height: 48px;
  margin-right: 24px;
  float: left;
  background-image: url('../images/logo-sympla-color.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  text-decoration: none;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.h2-title {
  font-size: 20px;
  line-height: 26px;
}

.p-information {
  margin-bottom: 24px;
  color: #a7a7a7;
  font-size: 12px;
  line-height: 18px;
}

.image {
  max-width: 60px;
  margin-bottom: 8px;
}

.captcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

#px-captcha {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
        
#px-captcha .g-recaptcha {
  display: inline-block;
}

.uuid {
  font-size: 12px;
  text-transform: capitalize;
  color: #7A7A7A;
}
        
.uuid span {
  font-size: 12px;
  color: #7A7A7A;
}

@media (max-width: 991px) {
  .main-logo {
    background-size: 110px;
  }
}

@media (max-width: 479px) {
  .main-logo {
    height: 40px;
    margin-right: 8px;
    background-image: url('../images/logo-sympla-color.svg');
    background-size: auto 35px;
  }
  .content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}