body {
   background: rgba(67,141,215,1) url('../images/pto20.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

   width:100%;
   height: 100%;
   padding : 50px 0;
}

img.home-logo {
   display: block;
   margin: 20px auto;
   max-height: 180px;
}

img.home-box {
   display: block;
   margin: 20px auto;
   max-height: 150px;   
}


/* utk layar table */
@media only screen and (max-width: 1200px) 
{
   form.form-horizontal > div > label {
      text-align: center;
   }

   form.form-horizontal > div > div > input {
      text-align: center;
   }

   .btn-neat {
      width: 100%;
      margin-bottom: 10px;
   }
}