 
.cabecera {
 
  background-image: url(../img/cover2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  color: #fff;
  width: 100%;
  height: 20vh;

} 

.form {
  padding: 30px 30px 0 30px;
}