.wisdomgarden_container .login-img-container .logo .org-name {
    font-size: 32px;
}

.wisdomgarden_container .login-img-container .logo .bg-img {
    height: 80px;
    padding: 5px 5px;
}

.wisdomgarden_container .login-img-container .logo .bg-img.realm-global {
    height: 80px;
    padding: 5px 5px;
}

.wisdomgarden_container .form-container {
    z-index: 100;
}

.wisdomgarden_container .form-container .form-banner {
    margin: 0 0 15px 0;
}

.wisdomgarden_container .form-container .form-banner .form-img {
    width:291px;
    height:76px;
}

.google-login-logo {
    height: 40px;
}

.wzu_footer {
    color: black;
    padding: 15px;
    text-align: left;
    position: absolute;
    width: 100%;
    justify-content:center;
    display: grid;
    background-color: white;
}

.wzu_footer .wzu_tip {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 400px;
}

.wzu_footer .copyright {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.cgust_footer {
    color: black;
    padding: 15px;
    text-align: left;
    position: absolute;
    width: 100%;
    justify-content:center;
    display: grid;
    background-color: white;
}

.cgust_footer .cgust_tip {
    width: 58%;
}

.cgust_footer .copyright {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

@media (min-width: 768px) {
    .wisdomgarden_container.realm-kwnc {
        background-image: url('../img/kwnc-background.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        display: flex;
        position: absolute;
    }

    .wzu_footer {
        bottom: 5%;
    }

    .cgust_footer {
        bottom: 5%;
    }
}

@media (max-width: 767px) {
    .wzu_footer .wzu_tip {
        padding-right: 0;
    }

    .cgust_footer .cgust_tip {
        width: 100%;
    }
}
