.neocontact-form-wrapper {
    max-width: 600px;
    margin: 20px auto;
}

.nc-form-group {
    margin-bottom: 15px;
}

.nc-response-msg {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.nc-response-msg.success {
    display: block;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.nc-response-msg.error {
    display: block;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.required {
    color: red;
}
