.password-protected-pro-password-status {
    padding: 13px;
    margin: 0;
    font-size: 13px !important;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: center;
}

.input {
    margin: 0 !important;
}

.password-protected-pro-password-status.input {
    margin-right: -5px !important;
    float: right;
}

.password-protected-pro-password-status > .strong,
.password-protected-pro-password-status > .medium,
.password-protected-pro-password-status > .weak {
    padding: 5px 0;
}

.password-protected-pro-password-status > .strong {
    display: block;
    border: 1px solid #68de7c;
    background: #b8e6bf;
}

.password-protected-pro-password-status > .medium {
    display: block;
    background-color: #f5e6ab;
    border: 1px solid #f0c33c;
}

.password-protected-pro-password-status > .weak {
    display: block;
    background-color: #f5a6a6;
    border: 1px solid #f33c3c;
}