    .recovery__mainImage{
            width: 30%;
        }
    @font-face {
        font-family: Work-Sans;
        src: url('/public/fonts/work-sans/WorkSans-Regular.ttf');
    }

    @font-face {
        font-family: Work-Sans-Bold;
        src: url('/public/fonts/work-sans/WorkSans-Bold.ttf');
    }

    * {
        font-family: 'Work-Sans';
    }

    .sectionContainer{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      
    }

    .recovery__main {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .recovery__bodyContent {
        display: flex;
        justify-content: space-around;
        border: 1px solid #edecec;
        border-radius: 15px;
        background: #fcfcfc;
        flex-direction: column;
            margin-bottom: 40px;
            width: 30%;
    }

    .recovery__standardDiv {

        padding: 40px 40px 0px 40px;
        display: flex;
        justify-content: center;
    }
    .recovery__Icon{
      background: #f5f5f5;
      border-radius: 50%;
      padding: 15px;
    }

    .recovery__paragraph {
        text-align: center;
        padding: 0px 0px 20px 0px;
        font-weight: 600;
    }

    .recovery_slogan{
      font-size: 12px;
      text-align: center;
      font-weight: 600;
    }

    .recovery__red {
        color: #F32735;
    }

    .recovery__detailsDiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .recovery__title {
        font-family: 'Work-Sans-Bold';
        font-size: 37px;
        font-size: 5vh;
        letter-spacing: 0.6px;
    color: #a2a2a2;
    font-family: 'Work-Sans-Bold';
    font-size: 25px;
    text-align: center;
    }

    .recovery__input {
        height: 40px;
        border-radius: 5px;
        border: 1px solid #e0e0e0;
        padding: 0px 20px;
        outline: none;
        width: 100%;
        box-sizing: border-box;
    }

    .recovery__submit {
        height: 40px;
        border: none;
        color: #fff;
        background-color: #F32735;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
    }

     .validateBtn{
        height: 40px;
        border: none;
        color: #fff;
        background-color: #F32735;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 300;
        width: 31%;
        outline: none;
    }
    .createButton{
        height: 40px;
        border: none;
        color: #fff;
        background-color: #F32735;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 300;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        text-decoration: none;
        outline: none;
    }
    .popupStyle{
        font-size: 12px !important;
    }
    .headerTitle{
    font-size: 12px;
    text-align: justify;
    padding-bottom: 12px;

    }
    .radioBtn{
        display:flex; 
        align-items:center; 
        margin-bottom:8px; 
        cursor:pointer;
    }
    .radioBtn__Option{
        margin-right:10px;
    }

    .recovery__form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

      .hidden {
        display: none;
    }

 

    @media (max-width: 768px) {
        .recovery__bodyContent {
            flex-direction: column;
            margin-bottom: 40px;
            width: 90%;
        }

        .recovery__standardDiv {
            width: 100%;
            padding: 30px 30px 0px 30px;
            box-sizing: border-box;
        }
        .btn__ContainerButtonContinue{
            margin-bottom: 0px;
        }
    }

    @media (max-width: 1200px) and (min-width: 769px) {
        .recovery__bodyContent{
            width: 50%;
        }
    }

    .btn__ContainerButtonContinue {
        background: #fcfcfc;
        color: #F32735;
        width: 100%;
        border: none;
        font-size: 16px;
        height: 42px;
        border-radius: 4px;
        cursor: pointer;
    }

    body{
        height: 100%;
        overflow: hidden;
    }

    html{
        background: #f5f5f5;
    }
  