/**
 * Custom CSS file for additional site-specific styles
 * This file is loaded after the main style.css to allow overriding base styles
 * 
 * Place this file in: content/common/custom.css
 * It will be copied to: public/common/custom.css during site generation
 */

/* Page. Lost license key */
#wnsoft-msg-OkContainer {
    --bg-color: #edfdd3;
    --border-color: #c4dba0;
    --text-color: #657e3c;
}

#wnsoft-msg-errContainer {
    --bg-color: #fddfd3;
    --border-color: #dbb0a1;
    --text-color: #7e4a3c;
}

#wnsoft-msg-OkContainer,
#wnsoft-msg-errContainer {
    display: none; 
    padding: 1em 1.2em;
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    text-align: left;
    color: var(--text-color);
    font-weight: normal;	
    margin-bottom: 1.5em;
}

.keyContainer {
	margin-top: 15px;
	margin-bottom: 25px;
}