   #newsletterMessage .success {
    color: #155724;
    background: #d4edda;
    padding: 10px;
    border-radius: 5px;
}

#newsletterMessage .error {
    color: #721c24;
    background: #f8d7da;
    padding: 10px;
    border-radius: 5px;
}

#newsletterMessage .info {
    color: #856404;
    background: #fff3cd;
    padding: 10px;
    border-radius: 5px;
}

.btn-gold {
    background: #D4AF37;
    color: #000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    cursor: pointer;
}
.footer-rs{
    color: #FFF;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    
}
