@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

body {
  height: auto;
  background: #f4f5f7;
}

.lm-content-area {
  background-color: #fff;
  width: 40%;
  align-self: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  border: solid 1px #c3c3c3;
  border-radius: 20px;
  padding: 5rem;
  font-family: "Red Hat Display", sans-serif;
}

.lm-c-button {
  width: 230px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  background-color: #3366cc;
  border-radius: 6px;
  height: 40px;
  border: transparent;
  color: #fff;
  font-family: "Red Hat Display", sans-serif;
  cursor: pointer;
}

.lm-logout-img {
  width: 200px;
  margin: 2rem 0rem;
}

.form-actions {
  margin-top: 2rem;
}

.instruction {
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
}

.instructionBottom {
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
}

@media only screen and (max-width: 925px) {
  .lm-content-area {
    width: 60%;
    padding: 4rem;
  }

  .lm-c-button {
    width: 100%;
  }
}

@media only screen and (max-width: 555px) {
  .lm-content-area {
    width: 80%;
    padding: 3rem;
  }

  .lm-c-button {
    width: 100%;
  }
}
