#header-text-4 .bg {
    background-image: url('../images/uploaded/9/contact.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity:1;
}#footer-logo-share .bg {
    background-image: url('../images/bg-sign.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0.075;
}
.error {
    color: red;
    font-size: 0.9em;
    margin-bottom:4px;
  }
  .success_message{
    color:green;
    padding:20px;
    border:1px solid green;
    display:none;
    text-align:center;
  }