html, body {
    height: 100%;
}
body {
    margin: 0;
    background-color: #eee;
}
body a {
    color: #5994d9;
}
body a:focus,
body a:hover {
    color: #1767a7;
}
main {
    display: table;
    height: 100%;
    width: 100%;
}
.ts-login-form {
    display: table-cell;
    vertical-align: middle;
}
footer {
    position: fixed;
    bottom: 1em;
    left: 0;
    right: 0;
}
footer ul.list-inline {
    display: inline-block;
    margin-left: 5px;
}
footer ul li {
    display: inline-block;
}
.fa, .fas, .far, .fal, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fab {
    font-family: 'Font Awesome 5 Brands';
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-twitter:before {
    content: "\f099";
}