/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  top: 0;
  
  width: 100%;
  min-height: 100%;
}

.inputtexto {
    border-radius:3px;
    width:40%;
    
}

.btninput {
    
}