footer.front .row{
    background: white!important;
    margin: 0 auto;
    padding: 2px 0;
}
footer.front .row .col-sm-6{
    background: white!important;
}
footer.front{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    overflow: auto;
    background: white!important;
}
.text-sm-end {
    text-align: right;
}
.logo-txt {
    color:white;
    font-size: 16px;
    font-weight: bold;
}
form {
    padding-bottom: 30px;
}
a {
    font-size: 14px;
} 