body
{  background-image: url("parking.png");
   background-attachment:scroll;
 background-repeat:no-repeat;
 background-size:cover;
}
.form-container
{
   border:7px yellow solid;
    width:450px;
    height:400px;
    margin: 100px;
    padding:30px;
    text-align:justify;
    color:black;
    font-weight:bold;
    font-style:italic;
    font-family:verdana;
    font-size:20px;
}
