#pswd_info {
    /*position:absolute;
    bottom:-75px;
    bottom: -115px\9; 
    right:55px;
    width:270px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;*/

    position: absolute;
    /* bottom: -79px; */
    bottom: -115px\9 !important;
    /* right: 55px; */
    width: 85%;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #ddd;
    z-index: 1;
    margin-top: 8px;
    background: #fafafa;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 2%;
    font-size: 14px;
    line-height: 14px;
    color: #007bff;
    text-shadow: none;
    display: block;
}

.invalidp {
    background:url(../icons/cross.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.validp {
    background:url(../icons/accept.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;

}

/*form ul li {
    margin:10px 20px;

}
form ul li:last-child {
    text-align:center;
    margin:20px 0 25px 0;
}*/
#pswd_info {
    display:none;
}

ul.pass{
    margin:0;
    padding:0;
}

ul.pass li{
    font-size: 14px;
    list-style-type:none;
}