* {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

body{
   margin: 0px;
   background-image: url('/img/ZenVideo_BG.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
}

.page-title {
   position: fixed;
   top:0px;
   right:0px;
}
.page-logo {
   position: fixed;
   bottom:30px;
   right:20px;
}

.form-box {
   position: absolute;
   display: inline-block;

   top:0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   width: 462px;
   height: 180px;
   padding: 10px;

   background-color: rgba(0, 0, 0, 0.76);
   border:1px solid rgba(156, 156, 156, 0.615);
   border-radius: 4px;
   box-shadow: 0px 0px 10px black;
}

.form-title {
   color: white;
   margin-top:5px;
   font-size: 20px;
   font-weight: bold;
}

.box-fields {
   margin-top:20px;
   text-align: center;
}

.form-input-head {
   display: inline-block;
   width: 184px;
   font-size: 18px;
   color: white;
   text-align: right;
}
.form-input {
   margin-top:10px;
   width: 372px;
   font-size: 18px;
}

.form-message {
   color: white;
   margin-top:15px;
   font-size: 18px;
}



.data-box {
   position: absolute;
   display: inline-block;

   bottom:100px;
   left:10%;
   width: 80%;
   height: 180px;
   padding: 10px;

   background-color: rgba(0, 0, 0, 0.76);
   border:1px solid rgba(156, 156, 156, 0.615);
   border-radius: 4px;
   box-shadow: 0px 0px 10px black;
}

.data-box textarea {
   width: 100%;
   height: 152px;
}