@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
  font-family: "Terminator", serif;
}

html,
body {
  margin: 0;
  padding: 0;
  background-image: url("/img/loginBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

html {
  min-height: 100vh;
}

.v3-rounded {
  border-radius: 5px;
}

.v3-rounded-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#legal {
  background: white;
  border-radius: 5px;
  padding: 0 15px 15px;
  margin-top: 15px;
  min-height: calc(100vh - 30px);
}

#legal_mainNav {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.vtoLogo {
  max-width: 167px;
  display: inline-block;
}

h4 {
  margin-top: 30px;
  font-weight: 500;
}

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