.tooltip_psw {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #555;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
    max-width: 300px;
    z-index: 5;
}

#pswd_info {
    position: relative;
    bottom: -5px;
    bottom: -115px\9;
    width: 100%;
    padding: 15px;
    background: #181c24;
    font-size: .875em;
    border-radius: 16px;
    margin-top: 8px;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.invalid {
    background: url(../img/xmark.svg) no-repeat 0 50%;
    padding-left: 26px;
    line-height: 24px;
    color: #f828ec;
}

.valid {
    background: url(../img/check.svg) no-repeat 0 50%;
    padding-left: 26px;
    line-height: 24px;
    color: #00f0a0;
}

#pswd_info {
    display: none;
}

#passwordcheck {
    display: none;
}

.popup_error {
    position: relative;
    width: 100%;
    height: 30px;
    text-align: left;
    font-size: 13px;
    color: #f828ec !important;
    display: none;
}