.footer {
    background: #EEEEEE;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
}
@media all and (max-height: 630px) {
    .login .footer {
    position: relative;
    }
}
@media all and (max-height: 800px) {
    .sign .footer {
    position: relative !important;
    }
}

.footer h3 {
    padding-right: 1rem;
}
.footer h3 a {
    color: #212529;
}
.footer h3 a:hover {
    color: #234;
}
.footer p {
    font-size: .75rem;
    padding-right: 1.625rem;
}
.footer p>a {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
}
.terms-privacy {
    font-size: .875rem;
    color: #999;
}
.terms-privacy a {
    color: #84C94A;
}
.trademark {
    font-size: .8rem !important;
    vertical-align: top;
}
  