
body{
  padding-top: 25vh;
  font-family: monospace;
  height: 100vh;
  overflow: hidden;
  /* background-color: #e4e4e4; */
  background-image: url('../images/Renovated.jpg');
  background-size: cover;
  background-repeat: no-repeat;

}
/* body img{
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  filter: blur(1px);
  -webkit-filter: blur(1px);
} */
form{
  background: #fff;
}
.form-container{
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px;
}
h4{
  font-size: 1.2em;
   /* font-family: 'Josefin Sans', sans-serif; */
   font-family: monospace;
   font-weight: bold;
}

