.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  /* CSS pack for password toggle --start */

  .login-input {
    background-color: #F8F9FA;
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 55px 0px 33px 0px;

    position: relative;
    top: 0;
    left: 0;
  }

  .login-input input {
    width: 100%;
    padding: 10px;
    border: 0;
    outline: 0;
    color: #555;
    font-size: 16px;

    position: absolute;
  }

  .login-input img {
    width: 15px;
    height: 15px;
    cursor: pointer;
    opacity: 0.3;
    
    position: absolute;
    right: 15px;
  }

  /* CSS pack for password toggle --end */