/* line 1, main.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 5, main.scss */
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

/* line 12, main.scss */
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

/* line 18, main.scss */
.main-content-wrap {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
/* line 19, main.scss */
.main-content-wrap:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(205, 191, 131, 0.85), rgba(131, 145, 205, 0.85));
}

/* line 40, main.scss */
.main-content {
  position: relative;
  margin: auto;
  padding: 1rem;
}
@media screen and (min-width: 950px) {
  /* line 40, main.scss */
  .main-content {
    display: flex;
    flex-direction: row;
  }
}
/* line 48, main.scss */
.main-content .column {
  margin: auto;
  padding: 1.5rem;
}
/* line 52, main.scss */
.main-content .column-left {
  line-height: 1.5;
}
/* line 54, main.scss */
.main-content .column-left h1 {
  margin: 0;
  color: #333;
  font-size: 2.25rem;
  word-break: break-all;
}
@media screen and (min-width: 950px) {
  /* line 54, main.scss */
  .main-content .column-left h1 {
    font-size: 3.5rem;
  }
}
/* line 63, main.scss */
.main-content .column-left p {
  margin: 0;
  color: #d8d8d8;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 950px) {
  /* line 63, main.scss */
  .main-content .column-left p {
    font-size: 2rem;
  }
}
/* line 71, main.scss */
.main-content .column-left p span {
  font-size: 1.35em;
}
/* line 76, main.scss */
.main-content .column-right {
  max-width: 400px;
  background: rgba(255, 255, 255, 0.35);
}
/* line 79, main.scss */
.main-content .column-right input {
  background: none;
  border: none;
  border-bottom: 2px solid #333;
  width: 100%;
  padding: 1rem;
  font-size: 1.25rem;
}
/* line 86, main.scss */
.main-content .column-right input:active, .main-content .column-right input:focus, .main-content .column-right input:hover {
  outline: none;
  border-bottom: 2px solid #8391cd;
}
/* line 91, main.scss */
.main-content .column-right button {
  background: #cdbf83;
  border: 2px solid #cdbf83;
  width: 100%;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 300;
}
/* line 101, main.scss */
.main-content .column-right button:active, .main-content .column-right button:focus, .main-content .column-right button:hover {
  border: 2px solid #8391cd;
  outline: none;
  color: #8391cd;
  cursor: pointer;
}
/* line 108, main.scss */
.main-content .column-right h2 {
  margin-top: 0;
  color: #333;
}
/* line 112, main.scss */
.main-content .column-right .errors {
  font-weight: 600;
  color: #ff3232;
}
/* line 116, main.scss */
.main-content .column-right .success {
  font-weight: 600;
  color: #329932;
}
