


.masthead-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
}
.panel{
    float: right;
    width: 33%;
    padding: 15px;
    margin:5% auto;
    background:rgba(25, 24, 24, 0.3);
    

}
.panel-body {
    padding: px;
}
.panel-footer{
    border: none;
    background: none;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
label{
    color:#fff;
    font-weight: bolder;
    text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
.form-control{
      color: #fff;
      background-color: transparent;
}
input::-webkit-input-placeholder{
  color:#fff !important;
  font-weight: bolder;
}
.logo{
  vertical-align:baseline;
  width: 45px;
  height: 35px
}
@media only screen and (max-width: 600px) {
 .panel{
  width: 100%;
 }
 .masthead-video {
  top:0;
  left:0;
  right: 0;
  bottom: 0;
}
}
select option{
  color: #000;
}