/* Form */
.form {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 1);;
  
  max-width: 400px;
  margin: 0 auto 100px;
  padding: 30px;

  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  text-align: center;
}

/* END Form */
/* Demo Purposes */

body {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../../img/kids.jpg");
  width: 100%;
  height: 100%;
}

