/* Base styles for the login page */
.custom-welcome-message {text-align: center;}

    .theme-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }
    .theme-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        width: 120px;
    }
    .color-preview {
        width: 100%;
        height: 20px;
        margin-top: 5px;
        border-radius: 3px;
    }
    