body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Roboto, sans-serif;
  color: #fdfdfd;
  font-size: 1.25rem;
  line-height: 1.4;
}

.hero-section {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/london-city-aerial-photo-by-night.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/london-city-aerial-photo-by-night.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.content-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 0px;
  padding: 3rem 4.5rem;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Roboto, sans-serif;
  color: #fdfdfd;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}

.copyright-text {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.logo-wrapper {
  position: absolute;
  left: auto;
  top: 3rem;
  right: 5rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.client-wrapper {
  margin-bottom: 1.5rem;
}

.image {
  display: block;
  width: 250px;
}

.form-fields-wrapper {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.text-field {
  padding: 1.625rem 1rem 1.2rem;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.32);
  background-color: transparent;
  opacity: 1;
  color: #6d6d6d;
  font-size: 1rem;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  color: #6d6d6d;
}

.text-field:-ms-input-placeholder {
  color: #6d6d6d;
}

.text-field::-ms-input-placeholder {
  color: #6d6d6d;
}

.text-field::placeholder {
  color: #6d6d6d;
}

.submit-button {
  margin-top: 0rem;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  background-color: #65b13f;
  -webkit-transition: all 325ms cubic-bezier(.215, .61, .355, 1);
  transition: all 325ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
}

.submit-button:hover {
  background-color: #fdfdfd;
  color: #65b13f;
}

.paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.paragraph.hidden {
  display: none;
}

.link {
  color: hsla(0, 0%, 100%, 0.69);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
  -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;
}

.text-block {
  background-color: transparent;
  color: #c75f5f;
  font-size: 1.2rem;
}

.error-message {
  margin-top: 3rem;
  padding: 0rem 0px;
  background-color: rgba(255, 0, 0, 0);
  color: #fdfdfd;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.3rem;
  -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;
}

.copyright-wrapper {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.label-field {
  color: #fdfdfd;
  font-weight: 400;
}

.field-text {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent hsla(0, 0%, 99.2%, 0.48);
  background-color: transparent;
}

.field-text::-webkit-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 99.2%, 0.59);
}

.field-text:-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 99.2%, 0.59);
}

.field-text::-ms-input-placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 99.2%, 0.59);
}

.field-text::placeholder {
  background-color: transparent;
  color: hsla(0, 0%, 99.2%, 0.59);
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #65b13f;
}

.div-block {
  width: 100%;
  height: 100%;
  background-image: url('../images/london-city-aerial-photo-by-night.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url('../images/london-city-aerial-photo-by-night.webp');
  background-position: 100% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 0rem;
  }

  .copyright-text {
    font-size: 0.875rem;
  }

  .logo-wrapper {
    top: 3rem;
    right: 3rem;
  }

  .success-message {
    padding: 1.125rem;
    background-color: #65b13f;
    color: #fdfdfd;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .h1 {
    margin-bottom: 0rem;
  }

  .copyright-text {
    padding-right: 2.7rem;
    padding-left: 2.7rem;
  }

  .login-wrapper {
    width: 100%;
    padding-right: 0rem;
    padding-left: 0rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .logo-wrapper {
    left: 0rem;
    top: 2rem;
    right: 1.125rem;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .image {
    width: 230px;
  }

  .submit-button {
    margin-top: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .form-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-a82fb79d-bf12-f4c4-ccad-cb37310eb83f-d3d7f431 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d4ecb5db-10a5-d932-3712-a3a038b71a32-d3d7f431 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-a82fb79d-bf12-f4c4-ccad-cb37310eb83f-d3d7f431 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Recoleta';
  src: url('../fonts/Recoleta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}