/* BACKHROUND STYLES */

body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
}

.bg {
    /* The image used */
    background-image: url("/images/idproductions-background.jpg");
  
    /* Full height */
    height: 100%;    
    /* Center and scale the image nicely */
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  /* TEXT STYLES */

  .caption {
    position: absolute !important;
    left: 5% !important;
    top: 5% !important;
    width: 100% !important;    
    color: #000 !;
}
.caption span.border {  
    background-color: #111;
    color: #fff;
    padding: 18px;
    opacity: 0.65;
    font-size: 25px;
    letter-spacing: 10px;
}

/* FORM STYLES */
.contact-box{
    width: 20%;
    position: absolute;
    top: 59%;
    left: 15%;
    transform: translate(-50%,-50%);
    color: white;
  }

  .contact-box h1{    
    text-align: center;
    font-size: 40px;    
    border-bottom: 6px solid #111;
    opacity: 0.65;
    margin-bottom: 50px;
    padding: 13px 0;
  }
  .textbox{
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    background-color: black;   
    opacity: 0.65; 
    padding: 8px 0;
    margin: 8px 0;    
    border-bottom: 1px solid #111;
  }

  .textbox input{
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 100%;   
    margin: 0 10px;
  }
  .textbox textarea{
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 100%;   
    margin: 0 10px;
  }
  .btn{
    width: 50%;    
    background: #111;
    border: 2px solid #111;
    opacity: 0.85;
    color: #777;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
  }

  .btn:hover{
    width: 50%;    
    background: #111;
    border: 2px solid #111;    
    color: #fff;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
  }