  .required_message {
    margin-top: 10px;
  }

  .required_message p {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 14px;
  }

  .required_message span {
    font-size: 12px;
    line-height: 1.5;
    color: #17181A;
  }

  .required_message p img {
    display: flex;
    align-items: inherit;
  }

  .authentication_checkbox .checkbox label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: clamp(0.78125rem, 0.7545rem + 0.1339vw, 0.875rem);
    line-height: 1;
  }

  .password_div_left .checkbox1_info p {
    font-size: clamp(0.78125rem, 0.7545rem + 0.1339vw, 0.875rem);
  }

  .password_div_left form {
    margin: 3% 0%;
  }

  .password_container {
    display: block;
    flex-wrap: wrap;
    font-size: 30px;
    padding: 10px;
  }

  .password_heading h4 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
  }

  .password_div_left {
    max-width: 60%;
  }

  .password_div_right {
    background-color: transparent;
    padding: 10px;
    flex: 30%;
  }

  .password_input input {
    width: 100%;
    height: 50px;
    box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
    border-radius: 10px;
    padding-left: 20px;
    border: none;
    margin-top: 10px;
  }

  .password_label label {
    font-size: clamp(0.78125rem, 0.7545rem + 0.1339vw, 0.875rem);
    font-weight: 500;
  }

  .password_form_section {
    /* margin-top: 20px; */
    padding: 10px 40px 30px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
    border-radius: 10px;
  }

  .password_authentication {
    padding: 30px 40px 30px;
  }

  .password_updatepass_btn {
    padding-top: 15px;
  }

  .authentication_list ol {
    padding-left: 22px;
  }

  .authentication_list ol li {
    list-style-type: auto;
  }

  .updatepass_btn,
  .save_btn {
    width: 179px;
    height: 40px;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    color: white;
    background-color: rgba(251, 176, 22, 1);
    content: icon;
    display: flex;
    justify-content: space-evenly;
    border: none;
  }

  .updatepass_btn span,
  .password_save_btn span {
    padding: 4px;
    font-size: clamp(0.8125rem, 0.7946rem + 0.0893vw, 0.875rem);
  }

  .password_input {
    position: relative;
  }

  .password_input i {
    position: absolute;
    right: 1vw;
    top: 15%;
    padding: 9px 8px;
    color: rgba(251, 176, 22, 1);
    transition: 0.3s;
    text-align: end;
    font-size: 24px;
    cursor: pointer;
  }

  .password_sub_heading p {
    font-size: 18px;
    color: rgba(1, 0, 71, 1);
    margin: 25px 0px 25px;
  }

  .authentication_text {
    font-size: 16px;
  }

  .authentication_list ol li {
    font-size: 16px;
    word-break: break-word;
    padding: 10px;
    line-height: 25px;
  }

  .authentication_list ol li .authentication_highlight_text {
    color: rgba(251, 176, 22, 1);
  }

  .authentication_checkbox {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
  }

  .authentication_checkbox {
    justify-content: space-evenly;
  }

  input[type=checkbox] {
    accent-color: rgba(18, 178, 140, 1);
    color: white;
    height: 20px;
    width: 20px;
    cursor: pointer;
  }

  .QR_code {
    text-align: center;
  }

  .QR_code img {
    padding-top: 50px;
  }

  .password_div_left .checkbox1_info {
    font-size: clamp(0.8125rem, 0.7589rem + 0.2679vw, 1rem);
    color: rgba(147, 147, 147, 1);
    padding-top: 20px;
  }

  .password_div_left .timeBase_text {
    font-size: clamp(0.8125rem, 0.7589rem + 0.2679vw, 1rem);
    color: rgba(147, 147, 147, 1);
  }

  .password_div_left .checkbox2_info {
    display: none;
  }

  .checkbox2_info .input_feild {
    padding-top: 10px;
  }

  .password_save_btn .save_btn {
    width: 120px !important;
  }

  .password_save_btn {
    padding-top: 30px;
  }

  /* Responsive layout - makes a one column-layout instead of a two-column layout */
  @media (max-width: 800px) {
    body {
      padding-left: 60px;
    }

    .password_div_right,
    .password_div_left {
      flex: 100%;
    }

    .password_input i {
      display: flex;
      padding: 9px 8px;
      color: rgba(251, 176, 22, 1);
      transition: 0.3s;
      justify-content: end;
      top: 15px;
      right: 10px;
    }
  }

  @media only screen and (max-width:1200px) {
    .password_div_left {
      max-width: 100%;
    }

    .password_form_section {
      padding: 20px;
    }

    .password_container {
      padding: 10px 0px;
    }
  }

  @media only screen and (max-width:767px) {
    .password_sub_heading p {
      font-size: 14px;
    }

    .password_form_section {
      padding: 0 20px 20px;
    }

    .password_container {
      padding: 0px 0px;
    }

    .authentication_text p {
      font-size: 14px;
    }

    .authentication_list ol li {
      font-size: 12px;
      line-height: 18px;
    }

    .authentication_checkbox {
      justify-content: start;
      gap: 10px;
    }

    .authentication_checkbox .checkbox label {
      margin-bottom: 10px;

    }

    .password_authentication {
      padding-top: 13px;
    }

    .password_div_left .checkbox1_info p {
      line-height: 20px;
    }

    .QR_code img {
      padding-top: 0px;
      max-width: 120px;
    }
  }

  @media only screen and (max-width:420px) {
    .required_message span {
      font-size: 11px;
    }

    .password_sub_heading p {
      margin: 15px 0px 15px;
    }

    .password_input input {
      height: 40px;
    }
        input[type=checkbox]{
          width: 17px;
          height: 17px;
        }
  }