html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*background-color: #f5f5f5;*/
}

.login-container {
    /*background-color: #f1f1f1;*/
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    overflow: auto;
    flex: 1;
}

.login .col {
    max-width: 25rem;
}

.login .asteriskField {
    display: none;
}

.registration .col {
    max-width: 35rem;
}

.registration .asteriskField {
    display: none;
}

.tos .col {
    max-width: 100rem;
}

.policy .col {
    max-width: 100rem;
}

.imprint .col {
    max-width: 100rem;
}

.reset-password .col {
    max-width: 25rem;
}

.reset-password .asteriskField {
    display: none;
}

.reset-password label {
    display: none;
}

.navbar-cfdocs {
    background-color: #006c9d;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #006c9d;
}

.footer-container {
    /*background-color: #f1f1f1;*/
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: auto;
    overflow: auto;
}

.content {
    height: 100%;
    min-height: 700px;
    width: 100%;
}

.wrapper {
    height: calc(100% - 60px);
    flex: 1;
}

.registration {
    padding-top: 2rem;
    margin-bottom: calc(2rem + 60px);
    height: 100%;
    overflow: unset;
}

.policy .col {
    padding-top: 2rem;
    margin-bottom: calc(2rem + 60px);
}

.imprint {
    padding-top: 2rem;
    margin-bottom: calc(2rem + 60px);
}

.sponsor { /*keep ratio*/
    font-size: 20px;
    padding-left: .4rem;
}

.logo-claim { /* keep ratio*/
    height: 100px;
    width: 275px;
    margin-bottom: 19px;
}

.logo-brand { /*keep ratio*/
    height: 30px;
    width: 104px;
}

.bold {
    font-weight: bold;
}

.app-container {
    margin-top: 5rem;
    margin-bottom: calc(2rem + 60px);
}

.app-wrapper {
    margin-top: 50px;
}

.introjs-fixParent {
    position: absolute !important;
}

.with-warning .app-container {
    margin-top: 8rem;
}

.with-warning .navbar {
    top: 3rem;
}

.with-warning .imprint .col {
    top: 3rem;
}

.with-warning .policy .col {
    top: 3rem;
}

#redirect-warning {
    display: none;
}

.with-warning #redirect-warning {
    display: block;
}
