.formsection { padding:25px 0;}
.container { background:#FFF;}
body { background: url(../images/bg.jpg);}
.footer{ padding:15px ; color: black !important; background-color: #f17ea5;}
.container {
    background:url(../images/body.jpg);
}
.footer {
    height:85px;
    border: 2px solid #01568d;
    border-radius: 21px;
    background-color: white !important;
    margin: 0px 54px 0px 42px;
}
@media (max-width: 768px){
    .footer {
        margin: 0px;
    }
}