@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Display:wght@700&display=swap");

/* Body background */
body {
  background: url(../images/stage.jpg) no-repeat 0 -200px / cover;
}

h1 {
  font-family: "Big Shoulders Inline Display", sans-serif;
  color: #fff;
}

h3,
label {
  font-family: "Big Shoulders Inline Display", sans-serif;
}

.login_form {
  background: #fff;
  margin-top: 20px;
  border: 1px solid #cfcfcf;
  padding: 20px;
  border-radius: 5px;
}
