.container{
  max-width: 800px;
}

body{
  background: #eee;
}

.form-container{
  background: #fff;
  padding: 20px;
}

@media (max-width: 480px)
{
   #footer_mobile{
     display: block !important;
   }
   
   #footer_desktop{
     display:none;
   }
   
   .vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button{
     color: #682e7f;
     border: 3px solid #682e7f !important;
     border-radius: 50px  !important;
     background: rgba(255,255,255, 0.5) !important;
     width: 1em !important;
     height: 0.6em !important;
     margin-left: -0.5em;
     top: 60%;
   }
   
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
     font-size: 0.5em !important;
     line-height: 1.2em;
   }
}


label.error{
  font-size: 12px;
  color: red;
  display: block;
}



.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background: #E87722 !important;
  border: 1px solid #E87722 !important;
}