.mp_wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.mp_wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.mp-form-row {
    margin-bottom: 15px;
}

.mp-form-label {
    margin-bottom: 5px;
}

.mp-form-label label {
    display: block;
    font-weight: 600;
    color: #333;
}

.mp_wrapper input[type="text"],
.mp_wrapper input[type="password"],
.mp_wrapper input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.mp_wrapper input[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.mp_wrapper input[type="submit"]:hover {
    background: #005177;
}

.mp_wrapper a {
    color: #0073aa;
    text-decoration: none;
}

.mp_wrapper a:hover {
    color: #005177;
    text-decoration: underline;
}

.mp_wrapper input[type="checkbox"] {
    margin-right: 5px;
}

.mp-spacer {
    height: 15px;
}

.mepr-login-actions {
    text-align: center;
    margin-top: 15px;
}

.mp-hide-pw {
    position: relative;
}

.mp-hide-pw .button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.mp-hide-pw .button:hover {
    background: none;
}

.mp-hide-pw .dashicons {
    color: #666;
}

.mp-hide-pw .button:hover .dashicons {
    color: #333;
}

.mepr-error {
    color: #dc3232;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.mepr-success {
    color: #46b450;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.mepr_error {
    background-color: #ffebee;
    color: #c62828;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ef9a9a;
    border-radius: 4px;
}

.mepr-password-reset-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #a5d6a7;
    border-radius: 4px;
}

.mp-hide-pw {
    position: relative;
}

.mp-hide-pw .button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.mp-spacer {
    height: 20px;
}

.mepr-submit {
    text-align: center;
}

.button-primary {
    background-color: #2196f3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-primary:hover {
    background-color: #1976d2;
}

.mepr-login-actions {
    text-align: center;
    margin-top: 15px;
}

.mepr-login-actions a {
    color: #2196f3;
    text-decoration: none;
}

.mepr-login-actions a:hover {
    text-decoration: underline;
} 