
footer {
    position: absolute !important;
    bottom: 0px !important;
    z-index: 999 !important;
    background-color: #555555;
    width: 100%;
    height: 40px;
}

footer .text-muted {
    margin-top: 10px;
    color: #fff;
}

footer .text-muted a {
    color: #fff;
}

.myBackBtn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.myBackBtn a {
    text-decoration: none !important;
    color: #53565a;
    font-size: 14px;
    padding: 12px !important;
    border: 2px solid #85898E;
}

.myBackBtn a:hover {
    background-color: #C4A08D !important;
    border: 2px solid #fff;
    color: #fff !important;
}
