
      * {
        box-sizing: border-box;
      }
      body {
        font-family: "Plus Jakarta Sans", sans-serif;
        margin: 0;
      }
      .box-sec p {
        color: #887d79;
        font-size: 14px;
        font-weight: 500 !important;
        margin: 0 0 24px 0;
        text-align: center;
      }
      .box-sec h2 {
        margin: 0 0 13px 0;
        font-size: 21px;
        color: #4a4a4a;
        font-weight: 500;
      }
      .btn-sec {
        width: 323px;
        background-color: #20bbdb;
        border: 0;
        border-radius: 5px;
        color: #fff;
        padding: 12px 5px;
        cursor: pointer;
        margin-bottom: 21px;
        font-size: 14px;
      }
        .btn-sec:hover {
            background-color: #20bbdb;
        }
      .btn-back {
        background-color: transparent;
        color: #606060;
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 9px;
        font-weight: 600;
      }
      .btn-back img {
        width: 20px;
      }
      .forgot-password-section {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background-color: #F6F6F6;

      }
      .forgot-password-section .box-sec {
        width: 490px;
        height: 550px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding-top: 113px;
        flex-direction: column;
      }
      .forgot-password-section .box-sec .top-img {
        margin-bottom: 34px;
      }
      .input-sec {
        position: relative;
        margin-bottom: 20px;
        width: 324px;
      }
      .input-sec input {
        display: block;
        padding: 0px 10px;
        border-radius: 2px;
        height: 50px;
        border: 1px solid #e1e1e1;
        background-color: transparent;
        width: 100%;
        outline: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.31;
        color: #606060;
        position: relative;
        z-index: 9;
      }
      .input-sec label {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0, -50%);
        background: #ffffff;
        font-size: 13px;
        transition-duration: 0.2s;
        color: #887d79;
      }
      .input-sec input:focus ~ label {
        font-size: 11px !important;
        top: 0;
        left: 13px ;
        z-index: 999;
      }
      .input-sec input:focus ~ label {
        top: 0;
        font-size: 11px !important;
        left: 13px;
        z-index: 999;
      }
      label.activel {
        top: 0 !important;
        left: 13px !important;

        background: #ffffff !important;
        font-size: 11px !important;
        z-index: 999;
      }

      @media only screen and (max-width: 510px) {
        .forgot-password-section .box-sec{
          width: 100%;
          margin: 15px;
        }
        .btn-sec{
          width: 86%;
        }
        .forgot-password-section .box-sec {
          width: 100%;
      }
      .box-sec{
              padding-top: 20px !important;
      }
      .input-sec {
        width: 100%;
    }
    .forgot-password-section .box-sec.check-your-email{
      padding-bottom: 30px;
      height: auto;
    }
      }

  