h2 {
  text-align: center;
}

form {
  height: calc(100% - 220px);
}
form h2 {
  font-weight: normal;
  width: 80%;
}
form p {
  display: flex;
  flex-direction: column;
  width: 240px;
  margin: 0 0 16px;
  font-size: 0.9rem;
}
form input[type=password],
form input[type=text] {
  font-size: 1.1rem;
  height: 32px;
  margin: 4px 0 10px;
  border: none;
  border-radius: 6px;
  padding: 2px 8px;
}
form label {
  font-weight: 600;
}

header {
  background: none;
  height: 220px;
}

body {
  color: white;
  background-image: url("../img/bg1000_0_coast.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login {
  max-width: 180px;
}

footer {
  position: absolute;
  bottom: 0;
}

.checkout-body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.checkout-body footer {
  position: relative;
  bottom: 0;
}
.checkout-body .logout {
  margin: 2rem 0;
}
.checkout-body .logout .button {
  min-width: 240px;
}

.checkout-txt {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
}
.checkout-txt h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 2.25rem;
}
.checkout-txt div {
  text-align: center;
  margin-top: 1.2rem;
}
.checkout-txt div a, .checkout-txt div a:hover, .checkout-txt div a:visited {
  color: white;
}

@media screen and (min-width: 768px) {
  h2 {
    margin: 4rem 0 1.5rem;
  }

  form p {
    width: 420px;
  }
  form input[type=password],
form input[type=text] {
    height: 42px;
    padding: 0 16px;
  }
}

/*# sourceMappingURL=login.css.map */
