html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.column {
  width: 50%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  .column {
    width: 100%;
  }
}

.column.bg {
  background-image: url("../images/Bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  .column.bg {
    display: none;
  }
}

.column .logo {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 54px;
  height: 50px;
  background-image: url("../images/Logo.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.column .content {
  padding: 30vh 64px 64px 64px;
}

.column .content .primaryMessage {
  margin-bottom: 32px;
  max-width: 480px;
}

.column .content .secondaryMessage,
.column .content .tertiaryMessage {
  margin-bottom: 32px;
  max-width: 480px;
}

.column .copyright {
  position: absolute;
  bottom: 64px;
  left: 64px;
}

@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  src: url("../fonts/Gilroy-Bold.ttf");
}

.primaryMessage {
  font-family: "Gilroy-Bold";
  font-size: 42px;
  color: #000000;
}

.primaryMessage .email {
  color: #7c3ad0;
}

.secondaryMessage {
  font-family: "Gilroy-Bold";
  font-size: 28px;
  color: #000000;
}

.tertiaryMessage {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  color: #707070;
}

.small {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  color: #707070;
}

a {
  color: #4E8BFF;
}
/*# sourceMappingURL=main.css.map */