/****************************************
 *  Ninja Forms Global Styles
 */



/** 
 *  Style the Thank You Message
 */

.nf-response-msg {
    background:#15b300;
    color:#fff;
    padding:15px;
    font-size:22px;
    border-radius:5px;
}