#passwordstrength-wrap {
    border: 1px solid #d5cec8;
    display: none;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    width: 320px;
    top: 0;
    right: 555px;
    background: #fff;
    z-index: 999;
  }
  #passwordstrength-wrap:before,
  #passwordstrength-wrap:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
  }
  #passwordstrength-wrap:before {
    border-bottom: 7px solid transparent;
    border-left: 7px solid rgba(0, 0, 0, 0.1);
    border-top: 7px solid transparent;
    content: "";
    display: inline-block;
    right: -18px;
    position: absolute;
    top: 10px;
  }
  #passwordstrength-wrap:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    right: -16px;
    position: absolute;
    top: 11px;
  }
  @media (max-width: 999px) {
    #passwordstrength-wrap:before {
      border-right: 7px solid transparent;
      border-bottom: 7px solid rgba(0, 0, 0, 0.1);
      border-left: 7px solid transparent;
      content: "";
      display: inline-block;
      top: -15px;
      position: absolute;
      right: 10px;
    }
    #passwordstrength-wrap:after {
      border-top: none;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
      content: "";
      display: inline-block;
      top: -6px;
      position: absolute;
      right: 11px;
    }
  }
  #passwordstrength-wrap ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
  }
  #passwordstrength-wrap ul li:before {
    content: "";
    font-size: 16px;
    padding-right: 9px;
  }
  #passwordstrength-wrap ul li.valid:before {
    content: "";
    font-size: 16px;
    padding-right: 0;
  }
  #passwordstrength-wrap ul li.valid {
    color: #00b700;
  }
  
  @media (min-width: 1400px) {
    #passwordstrength-wrap {
      left: 0px !important;
      right: 103% !important;
    }
  }
  @media (max-width: 1399px) {
    #passwordstrength-wrap {
      right: 470px !important;
    }
  }
  @media (max-width: 1199px) {
    #passwordstrength-wrap {
      right: 385px !important;
    }
  }
  @media (max-width: 1099px) {
    #passwordstrength-wrap {
      right: 360px !important;
    }
  }
  @media (max-width: 999px) {
    #passwordstrength-wrap:before,
    #passwordstrength-wrap:after {
      display: none !important;
    }
    #passwordstrength-wrap {
      right: 0 !important;
      bottom: 60px !important;
      top: auto !important;
    }
  }
  @media (max-width: 400px) {
    #passwordstrength-wrap {
      width: 250px;
    }
  }