
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  margin: 0;
}

body.session {
  background: #eae5da;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

.container {
  display: flex;
  flex-flow: column;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}

h1,
h2,
h3 {
  margin: 0;
}

header {
  flex: 0 0 auto;
  background: #fff;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 200;
  transition: transform .4s ease-in-out;
}

header .header__logo {
  width: 80px;
}

header .header__buttons {
  display: none;
}

header .header__buttons>:first-child {
  margin-right: 30px;
}

header .header__link {
  font-size: 19px;
  font-weight: 500;
}

.button {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  border: none;
  padding: 20px 40px;
  background: #000;
  transition: background-color .4s ease-in-out,opacity .2s;
  display: inline-block;
}

.button:hover {
  cursor: pointer;
  background-color: rgba(0,0,0,.75);
  transition: background-color .4s ease-in-out;
}

.content {
  flex: 1 1 auto;
}

.card {
  margin: 0 auto;
  max-width: 820px;
}

.callout {
  background: #e3ded3;
  margin: 0 0 25px;
  padding: 30px 30px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.callout ul {
  list-style: none;
}

.callout li {
  padding: 10px 0;
  border-bottom: 1px solid #cdc6b2;
}

.callout li:first-child:last-child {
  padding: 0;
  border: none;
}

.callout li:last-child {
  border: none;
}

.form-heading {
  text-align: center;
  padding: 65px 30px 30px;
}

.form-heading p {
  font-size: 20px;
  line-height: 26px;
  max-width: 470px;
  margin: 25px auto 0;
}

.heading {
  font-family: Oswald,Roboto,sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 600;
}

.heading--h2 {
  font-size: 35px;
  line-height: 37px;
}

.form-wrapper {
  max-width: 820px;
  padding: 30px 30px;
  margin: 0 auto;
}

.input-wrapper {
  margin-bottom: 25px;
}

.input-wrapper--half {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.company-dns-wrapper {
  position: relative;
}

.company-dns-wrapper input {
  padding-right: 75px;
}

.company-dns-wrapper span {
  position: absolute;
  right: 10px;
  top: 13px;
}

.input__link {
  margin: 25px 0 0;
  text-decoration: underline;
}

.form-wrapper .button {
  width: 100%;
}

label {
  color: #777268;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

label.hint {
  color: #777268;
  font-size: 13px;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
  text-transform: none;
}

input {
  background: #fff;
  width: 100%;
  border-radius: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  padding: 0 10px;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 36px;
  border: 1px solid #cdc6b2;
  transition: border .3s;
  box-shadow: none;
  resize: none;
}

footer {
  flex: 0 1 auto;
  padding: 50px 37px;
  font-size: 18px;
}

.copyright {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

.copyright__copy {
  margin-top: 10px;
  font-size: 16px;
  opacity: .8;
}

.divider {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.mobile-break {
  display: block;
}

.mobile-only {
  display: block;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 36px;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.two-factor-login-msg {
  color: red;
  font-size: 14px;
}

.two-factor-link {
  font-size: 14px;
  text-decoration: underline;
}

.qr-code-container {
  margin: 0 0 40px;
  padding: 40px;
  text-align: center;

  img {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 992px) {
  header {
    height: 111px;
    padding: 0 30px 0 70px;
  }

  header .header__logo {
    width: 121px;
  }

  header .header__buttons {
    display: flex;
    align-items: center;
  }

  header .header__link {
    display: block;
  }

  .button {
    padding: 17px 30px;
  }

  .button__large {
    padding: 26px 41px;
    font-size: 15px;
  }

  header .hamburger {
    display: none;
  }

  .form-heading {
    padding: 65px 30px 30px;
  }

  .form-heading p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 23px;
    color: #423f3a;
  }

  .heading--h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .form-wrapper {
    padding: 0 60px 30px;
    margin: 0 auto;
  }

  .input-wrapper {
    margin-bottom: 25px;
  }

  .input-wrapper--half {
    flex-flow: row;
  }

  .input__link {
    margin: 0;
  }

  .form-wrapper .button {
    width: auto;
    min-width: 220px;
    margin: 0 auto;
    display: block;
    line-height: normal;
  }

  .input-wrapper--half .button {
    margin: 0 auto 0 0;
  }

  label {
    margin-bottom: 8px;
  }

  input {
    padding: 5px 20px;
  }

  footer {
    position: relative;
    background: #eae5da;
    border-top: 1px solid #e3ded3;
    padding: 60px 100px 60px;
    font-size: 1rem;
  }

  .copyright {
    text-align: left;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 13px;
  }

  .copyright a {
    margin-right: 20px;
  }

  .copyright__copy {
    margin-top: 0;
    opacity: 1;
    font-size: 13px;
  }

  .divider {
    display: none;
  }

  .mobile-break {
    display: none;
  }

  .mobile-only {
    display: none;
  }
}
