    /*Already written css*/
    .register {
      background: -webkit-linear-gradient(left, #3931af, #00c6ff);
      margin-top: 3%;
      padding: 3%;
    }

    .register-left {
      text-align: center;
      color: #fff;
      margin-top: 4%;
    }

    .register-left input {
      border: none;
      border-radius: 1.5rem;
      padding: 2%;
      width: 60%;
      background: #f8f9fa;
      font-weight: bold;
      color: #383d41;
      margin-top: 30%;
      margin-bottom: 3%;
      cursor: pointer;
    }

    .register-right {
      background: #f8f9fa;
      border-top-left-radius: 10% 50%;
      border-bottom-left-radius: 10% 50%;
    }

    .register-left img {
      margin-top: 15%;
      margin-bottom: 5%;
      width: 80%;
      -webkit-animation: mover 2s infinite alternate;
      animation: mover 1s infinite alternate;
    }

    @-webkit-keyframes mover {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-20px);
      }
    }

    @keyframes mover {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(-20px);
      }
    }

    .register-left p {
      font-weight: lighter;
      padding: 12%;
      margin-top: -9%;
    }

    .register .register-form {
      padding: 5%;
      margin-top: 5%;
    }

    .register .register-form-one {
      padding-left: 5%;
      padding-right: 5%;
    }

    .register .info-heading {
      padding-left: 5%;
    }

    .btnRegister {
      float: right;
      margin-top: 10%;
      margin-bottom: 3%;
      border: none;
      border-radius: 1.5rem;
      padding: 2%;
      background: #0062cc;
      color: #fff;
      font-weight: 600;
      width: 50%;
      cursor: pointer;
    }

    .register .nav-tabs {
      margin-top: 3%;
      border: none;
      background: #0062cc;
      border-radius: 1.5rem;
      width: 28%;
      float: right;
    }

    .register .nav-tabs .nav-link {
      padding: 2%;
      height: 34px;
      font-weight: 600;
      color: #fff;
      border-top-right-radius: 1.5rem;
      border-bottom-right-radius: 1.5rem;
    }

    .register .nav-tabs .nav-link:hover {
      border: none;
    }

    .register .nav-tabs .nav-link.active {
      width: 100px;
      color: #0062cc;
      border: 2px solid #0062cc;
      border-top-left-radius: 1.5rem;
      border-bottom-left-radius: 1.5rem;
    }

    .register-heading {
      text-align: center;
      margin-top: 4%;
      margin-bottom: 3%;
      color: #495057;
    }



    .timeline-steps {
      display: flex;
      justify-content: center;
      flex-wrap: wrap
    }

    .timeline-steps .timeline-step {
      align-items: center;
      display: flex;
      flex-direction: column;
      position: relative;
      margin: 1rem
    }

    
          .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #b9b9b9;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
      }

      .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #b9b9b9;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
      }

    .timeline-steps .timeline-content {
      width: 10rem;
      text-align: center
    }

    .timeline-steps .timeline-content .inner-circle {
      border-radius: 1.5rem;
      height: 1rem;
      width: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #b9b9b9
    }

    .timeline-steps .timeline-content .inner-circle:before {
      content: "";
      background-color: #b9b9b9;
      display: inline-block;
      height: 3rem;
      width: 3rem;
      min-width: 3rem;
      border-radius: 6.25rem;
      opacity: .5
    }
  
  .register label {
    color: #6c757d;
    text-transform: capitalize;
  }

  .register .info-heading {
    padding-bottom: 8px;
    color: #689cf1;
  }

/* changed css*/
.form-wrapper {
    background-color: #ffffff;
    width: 100%;
    padding: 30px 25px;
    border-radius: 7px;
    margin: 80px 0;
}
.form-wrapper h4 {
    font-size:22px;
    margin-bottom:30px;
    text-align:center;
    text-transform:uppercase;
    color: #3474d4;
}

input[type=text], input[type=email], input[type=password], input[type=date], input[type=file], textarea, .form-group select {
    height:45px;
}
.form-button {
    text-align:center;
    margin-top:10px;
}
.form-button button {
    font-size:16px;
    letter-spacing:1px;
    font-weight:500;
    padding:8px 32px;
    outline:none;
    border:none;
    border-radius:5px;
    background-color:#3474d4;
    color:#ffffff;
}
form {
    margin-bottom:0;
}
.custom-input {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100px !important;
    border: none !important;
    border-right: 1.5px solid #d9d9d9 !important;
    /*border-radius:0px !important;*/
    margin: 5px 0;
    height: 35px !important;
    z-index: 10;
}

.custom-input2 {
    padding-left:110px !important;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
     border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle {
    background-color: #3b82f6;
}

.timeline-steps .timeline-step.active .timeline-content .inner-circle:before {
    background-color: #3b82f6;
}
.timeline-steps .timeline-step.active:not(:last-child):after {
   border-color: #3b82f6;
}
.timeline-steps .timeline-step.active:not(:last-child):before {
    border-color: #3b82f6;
}
.timeline-steps .timeline-step.active:not(:first-child):before {
    border-color: #3b82f6;
}

.register-form-one h5 {
    margin: 10px 0;
    /* text-align: center; */
    font-size: 18px;
    color: #3474d4;
}

.register-form-one label {
    text-transform:capitalize;
}

@media screen and (max-width:991px) {
    .timeline-steps .timeline-step:not(:last-child):after {
    width: 1.46rem;
   left:6.5rem;
   z-index:5;
}

.timeline-steps .timeline-step:not(:first-child):before {
    
    width: 1.8125rem;
     right:6.5rem;
}
.timeline-steps .timeline-step {
    margin:1rem 0;
}
.timeline-steps .timeline-content {
    width:8rem;
}
}
@media screen and (max-width:576px) {
    
    .timeline-step p {
        font-size:12px;
        width:61px;
    }
    
    .timeline-steps .timeline-content .inner-circle {
        width:0.5rem;
        height:0.5rem;
    }
    .timeline-steps .timeline-content .inner-circle:before {
        height: 2rem;
        width: 2rem;
        min-width: 2rem;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
   width: 0.46rem;
        left: 3.4rem;
}

.timeline-steps .timeline-step:not(:first-child):before {
    
    width: 0.8125rem;
        right: 3.2rem;
}

.timeline-steps .timeline-content {
    width:4rem;
}
.form-wrapper {
    margin:30px 0;
}

.form-wrapper h4 {
    font-size:17px;
}

.register-form-one h5 {
    font-size:16px;
}

}
