.zevonix-password-wrapper {
    background-color: #f5f8ff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    max-width: 500px;
    margin: 20px auto;
}

.zevonix-password-wrapper a {
    display: inline-block;
    margin-bottom: 15px;
    color: #234462;
    font-weight: bold;
    text-decoration: underline;
}

#zevonix-password-input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    border: none;
    background-color: #33a0f3;
    color: white;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

#zevonix-strength-text {
    margin-top: 15px;
    font-size: 16px;
}

.powered-by {
    margin-top: 10px;
    font-size: 12px;
}

/* Strength Colors */
input.very-weak {
    background-color: #a94442 !important;
}

input.weak {
    background-color: #f0ad4e !important;
}

input.moderate {
    background-color: #f7e463 !important;
    color: black;
}

input.strong {
    background-color: #5cb85c !important;
}

input.very-strong,
input.excellent {
    background-color: #449d44 !important;
}

input.breached {
    background-color: #d9534f !important;
    color: white !important;
}
