html,
body {
  font-family: "Courier New", monospace !important;
  height: 100%;
  background: url("/img/rawimage.jpg");
  background-size: cover;
}
.wrap {
  height: auto;
  margin: 40px auto;
  width: 90%;
  padding: 20px;
  background: rgba(165, 198, 184, 0.95);
  color: white;
  box-shadow: rgb(165, 198, 184) 0 0 5px 1px;
  text-align: center;
  border-radius: 5px;

}
.wrap div.alert {
  opacity: 100!important;
}
.wrap a {
  text-decoration: underline !important;
}
.wrap > .container {
  text-align: center;
  width: 100%;
  padding: 70px 15px 20px;
}
.wrap form {
  margin-top: 40px;
  justify-content: center;
}
