* {
    font-size: 16px;
}
body {
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.footer {
    position: relative;
    margin-top: 20px;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container label {
    display: block;
}
.container .footer-text {
    font-size: 14px;
    margin: 20px 0;
}

@media screen and (min-width: 1200px) {
    .footer {
        position: absolute;
    }
    .container label {
        display: inline-block;
    }
}