
.content{padding:8% 0 0 0;}
#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index:-1;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}
.logo{margin-bottom:30px;}

.form{background:rgba(0,0,0,0.25); border-radius:10px;padding: 40px;margin: 139px 20px 40px 20px;}
textarea{height:80px;} 
.button{font-size: 20px;
    padding: 18px 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 0px rgba(88, 111, 122, 1);
    -moz-box-shadow: 0px 3px 0px rgba(88, 111, 122, 1);
    box-shadow: 0px 3px 0px rgba(88, 111, 122, 1);
}