.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
body {
  /* Imagen de fondo */
  background-image: url("../../imagen/inicioBarco.jpeg");

  /* Centrada vertical y horizontalmente */
  background-position: center center;

  /* Sin repetición */
  background-repeat: no-repeat;

  /* Fija durante el scroll */
  background-attachment: fixed;

  /* Escala para cubrir toda la pantalla sin deformarse */
  background-size: cover;

  /* Color de respaldo (el tuyo tenía un valor incorrecto) */
  background-color: #669999;

  /* Asegura que ocupe todo el alto visible */
  min-height: 100vh;
  margin: 0;
}
