#rstpwd {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background-color: #ffffff;
            border: 1px solid #cccccc;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1;
            width: 60%;
            overflow-y: auto;
            max-height:80vh;
        }

#rstpwd a {
            color: #E0082D;
            text-decoration: none;
        }

#rstpwd p {
           text-align:justify;
        }