
    .messages {
        margin: 20px 0;
        width: 100%;
    }

    .alert {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 4px;
    }

    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border: 1px solid #c3e6cb;
    }

    .alert-error {
        color: #721c24;
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
    }

    /* Form error styles */
    .errorlist {
        color: #dc3545;
        list-style-type: none;
        padding-left: 0;
        margin-top: 5px;
        font-size: 14px;
    }

    .error-message {
        color: #dc3545;
        margin-top: 5px;
    }
