.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2aaae0;
    --bs-btn-border-color: #2aaae0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2aaae0;
    --bs-btn-hover-border-color: #2aaae0;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2aaae0;
    --bs-btn-active-border-color: #2aaae0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2aaae0;
    --bs-btn-disabled-border-color: #2aaae0;
}
    /* Additional CSS for form styling and validation */
    .step-form {
       box-shadow: 0px 0px 4px 0px rgb(100 24 68 / 42%);
       padding: 2rem;
       border: 1px solid #06aeef54;
       border-radius: 0.8rem;
       margin: 120px auto;
       background-color: #ffffff;
    }

    .step-indicator {
      display: flex;
      align-items: center;
    }

    .step-number {
      width: 30px;
      height: 30px;
      background-color: #007bff;
      color: #fff;
      border-radius: 50%;
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
    }

    .completed-step {
      background-color: #28a745;
    }

    .form-error {
      color: #dc3545;
      font-size: 0.875rem;
      margin-top: 5px;
    }

/*.form-control {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background: none;
}*/

.form-control {
    border: 0px solid #ccc;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 0px;
    border-radius: 0px;
    background: none;
    border-bottom: 1px solid #2e2e2e3d;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 69%);
}
button.btn.btn-primary{
      width: 150px;
      border-radius: 2rem;
      background-color: #575a5b;
      border-color: #585a5b;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

a#singupButton{
        color: #06aeef;
    text-decoration: none;
    position: relative;
    top: 15px;
}

.form-label {
    margin-bottom: 0.5rem;
    color: #787878;
    font-size: 15px;
}