#frmContact #mail-status {
    padding: 12px 20px;
    width: 100%;
    display:none; 
    font-size: 1em;
    color: rgb(40, 40, 40);
}
#frmContact .error{background-color: #ff0000;  margin-bottom: 40px; color: #fff !important}
#frmContact .success{background-color: #48e0a4; color: #fff !important; font-weight: bold;}
#frmContact .g-recaptcha {margin: 0 0 25px 0;} 

#frmContact input[type=checkbox]{
    display: inline;

    vertical-align: middle;
}

#frmContact .compact {
    margin-bottom: 0;
}

#frmContact .notice{
    font-size: 13px;
}

#frmContact .notice span{
    vertical-align: middle;
}

#frmContact a {
    color: #000 !important;
    text-decoration: underline;
}