body, html {
  height: 100%;
}
body {
  /* The image used */
  background-image: url("../img/fondo2.png");
  background-repeat: no-repeat;
  background-attachment: fixed;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-reponsive{
  width: 50%;
}

.title {
  color: #fff;
  font-size: 40px;
}

.subtitle {
  color: #fff;
  font-size: 18px;
}

.form-control {
  background-color: #000 !important;
  opacity: 0.7;
  color: #f8fafc;
  border: none !important;
  border-radius: 25px;
  outline: none;
}

.input-group>.input-group-prepend>.input-group-text {
  background-color: #000 !important;
  opacity: 0.7;
  border: none !important;
  border-radius: 25px 0 0 25px;
  outline: none;
}

.img-input {
  width: 25px;
  height: 25px;
}

.input-group>.form-control:not(:first-child),.form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-radius: 25px;
  border-color: #e3342f;
  border-radius: 0 25px 25px 0;
  border: none !important;
}

.btn-celer {
  background-color: #000 !important;
  opacity: 0.7;
  border: none !important;
  border-radius: 25px;
  outline: none;
  height: 36px;
  padding-top: 6px;
}

.lb-footer {
  font-size: 14px;
}

.img-ecd {
  width: 32%;
}


@media (max-width: 768px) {
  body {
    /* The image used */
    background-image: url("../img/fondo3.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .img-reponsive{
    width: 60%;
  }

  .title {
    color: #fff;
    font-size: 28px;
  }

  .subtitle {
    color: #fff;
    font-size: 12px;
  }

  .form-control {
    background-color: #000 !important;
    opacity: 0.7;
    color: #f8fafc;
    border: none !important;
    border-radius: 25px;
    outline: none;
  }

  .input-group>.input-group-prepend>.input-group-text {
    background-color: #000 !important;
    opacity: 0.7;
    border: none !important;
    border-radius: 25px 0 0 25px;
    outline: none;
  }

  .btn-celer {
    background-color: #000 !important;
    opacity: 0.7;
    border: none !important;
    border-radius: 25px;
    outline: none;
    height: 36px;
    padding-top: 6px;
  }

  .lb-footer {
    font-size: 10px;
  }

  .img-ecd {
    width: 40%;
  }
}
