.bootstrap label {
    font-size: 0.9rem!important;
}

.main-label {
    color:#06488a;
    margin-bottom:8px;
}

.bootstrap .form-group {
    margin-bottom: 1.4rem;
}

.bootstrap .h2 {
    color:#666;
    font-size: 1.6rem;
    line-height: 1.36363636em;
    font-weight: 500;
    border-bottom:1px solid #999;
}

.bootstrap .form-check-input:checked

 {
    background-color: #149e60;
    border-color: #149e60;
}

.label-1749300256, .label-1162222421  {

    padding-bottom:12px;

}

.group-1749300256>div, .group-1162222421>div {

    margin-left:12px;

}

input[type=text].form-control, textarea.form-control {

    box-shadow: none!important;

}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #149e60;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }