:root {
  /**
   * Color
   */

  /**
   * Text
   */

  /**
   * Links
   */

  /**
   * Background
   */

  /**
   * Mountains logo
   */

  /**
   * Spacing
   */

  /**
   * OAuth stuff
   */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
html,
body {
  font-family: 'Montserrat-Regular', 'Montserrat';
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-style: normal;
  word-wrap: break-word;
}
html,
body,
.wrapper {
  height: 100%;
  min-width: 256px;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
a {
  font-family: 'Montserrat-Bold', 'Montserrat Bold', 'Montserrat';
  color: #009cbd;
  font-weight: 700;
  border-bottom: none;
  text-decoration: none;
  cursor: pointer;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header {
  margin-top: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.wrapper > *,
.content > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 64px;
}
.center-text {
  text-align: center;
}
.strong {
  font-family: 'Montserrat-Bold', 'Montserrat Bold', 'Montserrat';
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.reminder {
  font-size: 13px;
  color: #717c7d;
}
select {
  font-family: 'Montserrat-Regular', 'Montserrat';
  color: #717c7d;
  font-weight: 400;
  font-size: 13px;
  background-color: #f8f8f8;
  margin-top: 12px;
  height: 40px;
  padding: 1px 0 1px 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: 0;
}
input[type='email'],
input[type='password'],
input[type='text'] {
  font-family: 'Montserrat-Regular', 'Montserrat';
  color: #333;
  font-weight: 400;
  font-size: 13px;
  margin-top: 12px;
  height: 40px;
  padding: 1px 0 1px 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #717c7d;
  opacity: 1;
}
input::-moz-placeholder {
  color: #717c7d;
  opacity: 1;
}
input:-moz-placeholder {
  color: #717c7d;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #717c7d;
  opacity: 1;
}
input.invalid::-webkit-input-placeholder {
  color: red;
}
input.invalid::-moz-placeholder {
  color: red;
}
input.invalid:-moz-placeholder {
  color: red;
}
input.invalid:-ms-input-placeholder {
  color: red;
}
select,
option {
  color: #333;
}
.submit-container {
  margin-top: 30px;
  margin-bottom: 10px;
  display: table;
  min-height: 40px;
  text-align: center;
}
.submit {
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding: 0 28px;
}
input.submit {
  min-height: 40px;
}
.submit-solid {
  font-family: 'Montserrat-Regular', 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  border: 10px;
  border-radius: 150px;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ff7f41;
  outline: 0;
  cursor: pointer;
}
.submit-solid:hover {
  background-color: rgba(255, 127, 65, 0.4);
}
.submit-outline {
  font-family: 'Montserrat-Regular', 'Montserrat';
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #ff7f41;
  text-decoration: none;
  border: 1px solid #ff7f41;
  border-radius: 150px;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #fff;
  outline: 0;
  cursor: pointer;
}
.submit-outline:hover {
  background-color: rgba(255, 127, 65, 0.1);
}
.optional-text {
  color: #717c7d;
  font-family: 'Montserrat-Bold', 'Montserrat Bold', 'Montserrat';
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.or-text {
  font-size: 18px;
  margin-bottom: 36px;
}
.flow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.flow-right {
  background-color: #3f4444;
  color: #fff;
}
.split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mountains {
  width: 130px;
}
.split-text {
  text-align: center;
  line-height: normal;
}
.split-text-short {
  font-family: 'Montserrat-Bold', 'Montserrat Bold', 'Montserrat';
  font-size: 18px;
  font-weight: 700;
}
.split-text-long {
  font-size: 16px;
}
.split-link {
  color: #fff;
  text-decoration: underline;
}
.mountains {
  margin-top: 30px;
}
.terms-container {
  width: 100%;
}
.terms {
  font-size: 13px;
  line-height: normal;
  font-family: 'Montserrat-Regular', 'Montserrat';
  font-weight: 400;
  color: #bec6c4;
}
.terms a,
.terms a:hover,
.terms a:active,
.terms a:visited {
  text-decoration: underline;
  color: #bec6c4;
}
.oauth-buttons {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oauth-button-container {
  display: table;
  text-align: left;
  text-decoration: none;
}
.oauth-button {
  display: table-cell;
  color: #fff;
  font-family: 'Montserrat-Regular', 'Montserrat';
  font-size: 13px;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 18px;
}
.oauth-button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0;
  margin: 0;
}
.oauth-button-azure img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-bottom: 2px;
}
.oauth-button-google img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.oauth-button-azure {
  background-color: #27b0e5;
}
.oauth-button-google {
  background-color: #dd4b39;
}
.login-message {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}
.login-form-title {
  font-size: 16px;
}
.login-form {
  padding-top: 4px;
}
.forgot-password-link-container {
  margin-top: 4px;
}
.forgot-password-link {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .content {
    margin: 70px 64px 30px 64px;
  }
  .header-logo {
    width: 180px;
  }
  select {
    width: 410px;
  }
  input[type='email'],
  input[type='password'],
  input[type='text'] {
    width: 404px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .content {
    margin: 36px 11px 64px 11px;
  }
  .header-logo {
    width: 108px;
  }
  select {
    width: 100%;
    max-width: 404px;
  }
  .submit-container,
  .submit {
    max-width: 100%;
  }
  input[type='email'],
  input[type='password'],
  input[type='text'] {
    width: 100%;
    max-width: 404px;
  }
}
@media screen and (max-width: 320px) {
  .content {
    margin: 36px 11px 64px 11px;
  }
  .header-logo {
    width: 108px;
  }
  .submit-container,
  .submit {
    width: 100%;
  }
  select,
  input[type='email'],
  input[type='password'],
  input[type='text'] {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .flow-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 68%;
            flex: 1 1 68%;
  }
  .flow-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
            flex: 1 1 32%;
    min-width: 132px;
    position: relative;
    height: 100%;
  }
  .flow-right > *,
  .flow-left > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .split-content {
    height: 100%;
  }
  .split-text {
    margin: 0 20%;
  }
  .terms-container {
    position: absolute;
    bottom:  30px;
  }
  .terms {
    margin: 0 7%;
    position: relative;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  html,
  body,
  .wrapper,
  .flow-left,
  .flow-right {
    height: auto;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .flow-left {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .flow-right {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .split-content {
    margin: 12% 0 14%;
  }
  .terms-container {
    margin-bottom: 70px;
  }
  .split-text {
    margin: 0 9%;
  }
  .terms {
    margin: 0 3%;
  }
}
@media screen and (max-width: 320px) {
  html,
  body,
  .wrapper,
  .flow-left,
  .flow-right {
    height: auto;
  }
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .flow-left {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .flow-right {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .split-content {
    margin: 12% 0 14%;
  }
  .terms-container {
    margin-bottom: 70px;
  }
  .split-text {
    margin: 0 9%;
  }
  .terms {
    margin: 0 3%;
  }
}
@media screen and (min-width: 769px) {
  .blurb {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .blurb {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 320px) {
  .blurb {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .oauth-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .oauth-button-container,
  .oauth-button {
    max-width: 230px;
  }
  .oauth-button-container-azure {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 321px) and (max-width: 768px) {
  .oauth-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .oauth-button-container,
  .oauth-button {
    width: 100%;
    max-width: 230px;
  }
  .oauth-button-container-azure {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .oauth-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .oauth-button-container,
  .oauth-button {
    width: 100%;
  }
  .oauth-button-container-azure {
    margin-top: 10px;
    margin-left: 0;
  }
}
