.button-theme{
    border-radius: 20px;
    background: white;
    width: 100%;
    color: #0269BE;
}

.button-theme-success{
  border-radius: 20px;
  background: #218831;
  color: white;
  /* font-weight: bolder; */
  width: 100%;
}

.button-theme-register{
  border-radius: 20px;
  background: linear-gradient(to bottom, #2980b9,#3498db);
  color: white;
  width: 100%;
  /* font-weight: bolder; */
}

.clicked{
    background: linear-gradient(to bottom, #2980b9,#3498db);
    transition: background 0.3s ease;
    color: white;
    font-weight: bolder;

}

.button-theme-blue{
    border-radius: 20px;
    width: 100%;
    background: #0269be;
    color: white;
    font-weight: bolder;

}

.role_selector_option{
    font-family: Cambria;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0269BE;
}

/* .agreed_checkbox{
    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    transition: background-color 0.3s ease;
    background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    border-radius: 0;
    outline: none;
}

.agreed_checkbox:checked {
    background-color: #ffffff;
    border: 2px solid #030303;
  } */


  .circle-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #989898;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; 
  }
  
  .line {
    width: 40px;
    height: 2px;
    background-color: #989898;
    margin-right: 10px;
  }

  .step1{
    background-color: #0b6ec0;
    }

    .liner1{
        background-color: #0b6ec0;
    }


   .forgot-text {
      font-family: Cambria;
      /* font-size: 22px; */
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
      color: white;
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .notify_alert{
      position: fixed;
      top: 10px;
      right: 10px;
      cursor: pointer;
    }