
.form {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.form fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.form fieldset {
    display: none;
}
.active {
  display: block !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
::placeholder {
  color: #d3d3d3 !important;
}
.input-group {
  width: 83%;
}
.input-group-text {
  color: #4A2DC5;
  background-color: white;
}
.form-control {
  height: 48px;
}
.input-group img{
  opacity: 0.3;
}
.input-group img:hover{
  cursor: pointer;
}
.form-check-input {
  height: 20px;
  width: 22px;
}
.form .btn {
  height: 48px;
}
#section1 .btn {
  width: 83%;
}
.side-padding {
  padding-left: 35px;
  padding-right: 35px;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}
#progressbar .active {
    color: #007799;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    transition: 0.3s;
}
#progressbar #step1:before {
    content: "\2713";
}
#progressbar #step2:before {
    content: "\2713";
}
#progressbar #step3:before {
    content: "\2713";
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    font-size: 22px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}
#progressbar li:not(:first-of-type):after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 25px;
    z-index: -1;
    transition: 0.2s;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #007799;
}

#otp input {
  height: 60px;
  font-size: 20px;
}

#section3 {
  padding-bottom: 100px;
}
#section4 {
  padding-bottom: 140px;
}
#section4 .btn,
#section3 .btn {
  width: 100%;
}
#section3 .btn-light {
  background-color: #D3D3D3;
  color: #7d7c7c;
}
