body{
  background: url('/img/squarebg.jpg');
}
.applicationForm{
  max-width:400px;
  margin:auto;
  color:white;
  background:url('/img/panel-home-bg.jpg');
  box-shadow: inset 0px 0px 9px 5px rgba(0,0,0,0.75);
  border:1px solid black;
}

fieldset, legend{
  color:white;
  margin:15px 10px;
}

fieldset{
  border:none;
}

legend{
  font-size:25px;
  font-variant: small-caps;
}

label{
  font-size:16px;
  text-shadow: 1px 1px 1px rgb(23, 23, 23);
}

.applicationForm header{
  font-variant: small-caps;
  font-size:17px;
}
