
  .btn-form{
    border: rgba(235, 20, 76, 0.35) 2px solid;
    padding: 15px 25px;
    border-radius: 30px !important;
  }

  .border-app{
    border: rgba(235, 20, 76, 0.35) 2px solid;
    color: rgb(235, 20, 76) !important;
    padding: 10px 30px;
    border-radius: 30px !important;
  }

  .btn-form:hover{
    background-color: rgba(235, 20, 76, 0.1);
  }

  .contentForm{
    max-height:100vh !important;
    overflow-y: scroll;
  }

  .line-timeline{
    height: 2px;
    width: 70px;
  }

  .bg-pendiente{
    background-color: rgba(235, 20, 76, 0.35);
  }

  .bg-selected{
    background-color: rgb(0, 208, 132);
  }

  .check-time-line{
    color: white !important;
    font-size: 20px;
  }

  .required::after{
    content: '*';
    color: red;
    margin-left: 5px;
  }

  .step-timeline{
    height: 35px;
    width: 35px;
    border: 2px solid rgba(235, 20, 76, 0.35);
  }

  .step-timeline i{
    display: none;
  }

  .step-timeline .subcircle-timeline{
    display: none;
  }

  .step-timeline.current .subcircle-timeline{
    display: block;
  }

  .step-timeline.active{
    background-color: rgb(0, 208, 132);
    border: none;
  }

  .step-timeline.active i{
    display: block;
  }

  .step-timeline.active .subcircle-timeline{
    display: none;
  }

  .step-timeline.current{
    border: 2px solid rgb(0, 208, 132);
  }

  .subcircle-timeline{
    background-color: rgb(0, 208, 132);
    height: 15px;
    width: 15px;
  }

  .landing{
    background: url('https://images.fillout.com/orgid-99728/flowpublicid-ktwYnZduQXus/widgetid-undefined/r94wipbdyif4AnFedTPXYy/PRIV-ALCANCES-(7).png?a=pD8nPWAykqprfR1RCUc5Fi');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
}
.fade-outitem {
    opacity: 0;
    transition: opacity 1s ease-out;
}

body{
    height: 100%;
    width: 100%;
}

.timeline{
    width: 100% !important;
}

@media (max-width: 576px) {
    .contentForm{
      height:100% !important;
      width: 100%;
    }

    .timeline{
        max-width: 100vw !important;
        padding: 0 10px;
    }

    .landing{
        height: 100%;
        width: 100%;
    }

    .step-timeline{
        height: 30px;
        width: 30px;
    }

    .line-timeline{
        height: 2px;
        width: 30px;
    }
}

