@font-face {
  font-family: "montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2"),
    url("../fonts/Montserrat-VariableFont_wght.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "montserratitalic";
  src: url("../fonts/Montserrat-Italic-VariableFont_wght.woff2") format("woff2"),
    url("../fonts/Montserrat-Italic-VariableFont_wght.woff") format("woff");
  font-display: swap;
}

body {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background-image: url("../assets/asset55-auth-background.png");
  background-repeat: no-repeat;
  background-size: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #211d43;
  background-position-y: bottom;
  background-position-x: right;
  font-family: montserrat, Helvetica, sans-serif;
  color: #2c284d;
}

#notification {
  display: flex;
  background-color: white;
  flex-direction: column;
  margin: auto;
  max-width: 540px;
  border-radius: 15px;
  padding: 20px 30px 20px 30px;
  margin: 10px;
}

h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

p {
  margin: 0px;
  padding: 0px;
}

.lead {
  margin-bottom: 35px;
}

.lead > p:nth-of-type(1) {
  margin-bottom: 20px;
}

.sub {
  font-size: 14px;
  margin-bottom: 40px;
}
sub > p {
  line-height: 14px;
}

.links {
  font-size: 12px;
}

.links > p {
  margin-bottom: 10px;
}

a,
a:hover,
a:visited,
a:active {
  color: #2c284d !important;
  cursor: pointer;
}

.footer {
  display: flex;
  text-align: center;
  position: fixed;
  bottom: 10px;
  color: white;
  font-size: 12px;
  margin: 5px;
}

.footer > span > a,
.footer > span a:visited,
.footer > span > a:active,
.footer > span > a:hover {
  color: white !important;
}
