header .container {
  max-width: 87%;
}

header .title {
  font-size: 50px;
  line-height: 62px;
  text-align: left;
  margin-top: 35%;
}

header .left {
  height: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.title-alpha {
    color: #2E58EB;
}
header .primary-btn {
    margin-top: 20px;
    max-width: 280px !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

header .right img {
  width: 80%;
  display: block;
  margin: 10% auto;
  margin-bottom: 0;
}

@media screen and (max-width: 1025px) {
  .left .title {
    text-align: center;
    max-width: 80%;
    display: block;
    margin: 10px auto 30px auto;
  }
}
@media screen and (max-width: 576px) {
  .left .title {
    text-align: center !important;
    max-width: 100%;
    display: block;
    margin: 100px auto 30px auto;
    line-height: 40px;
    font-size: 35px;
  }
}

.thankupage .container {
    max-width: 87%;
}

.thankupage .title {
    font-size: 50px;
    line-height: 62px;
    text-align: left;
    margin-top: 35%;
}

.thankupage .left {
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.thankupage .primary-btn {
    margin-top: 20px;
    max-width: 280px !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.thankupage .right img {
    width: 80%;
    display: block;
    margin: 10% auto;
    margin-bottom: 0;
}

/*# sourceMappingURL=error.css.map */
