

.txt-footer-sml {
    font-size: 50%;
}
.txt-footer-md {
    font-size: 60%;
}
.txt-footer-lg {
    font-size: 80%;
}
.baseline {
  vertical-align: baseline;
}

.top {
  vertical-align: text-top;
}

.bottom {
  vertical-align: text-bottom;
}

.sub {
  vertical-align: sub;
}

.super {
  vertical-align: super;
}

.logintopleft{background: none;}
.logintopcenter{
    background:none;
    text-align: center;
}
.logintopright{background:none;}
.loginmiddleleft{background:none;}
.loginmiddlecenter{background:none;}
.loginmiddelright{background:none;}
.loginbottomleft{background:none;}
.loginbottomcenter{background:none;}
.loginbottompright{background:none;}

.maincontainer {
    max-width: 100%;
    max-height: 100%;
    padding: none;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}