.login-menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    gap: 12px;
    text-align: center;
}

.signup-button {
    width: 100%;
    max-width: 180px;
    border-radius: 18px !important;
}

.login-underline-link {
    text-decoration: underline !important;
}

.mud-popover.mud-popover-open {
    border-radius: 18px !important;
}

.login-container {
    width: 100%;
    position: absolute;
    top: calc(50dvh - 150px);
    color: white;
    display: flex;
    justify-content: center;
    line-height: 2;
    font: lighter 4.0rem GothamPro, serif;
}

.loginmessage-container, .loginbuttons-container {
    width: 40%;
}

.loginbuttons-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.dataforce-logo {
    width: 400px;
    margin-left: 3px;
    margin-top: 8px;
}

.login-padding-bottom {
    padding-top: 100px;
}

.login-button {
    background-color: white;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    text-transform: uppercase;
    width: 240px;
    font-weight: 700;
}

.login-button:hover {
    background-color: white;
}

.login-footer {
    position: absolute;
    top: calc(100dvh - 40px);
    left: 20px;
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 40px);
    color: white;
    font-size: 12px;
}

.login-footer a {
    color: white;
    text-decoration: none;
}

.login-footer-left-side {
    display: flex;
    width: 180px;
    justify-content: space-between;
}


#askdflogo_big, #askdflogo_small {
    max-height: 40px;
}

#askdflogo_big {
    display: block;
}

#askdflogo_small {
    display: none;
}

#askdflogo-login {
    width: 300px
}

.login-background {
    background-image: url('/img/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    height: 100dvh;
}

.menu-item {
    padding-left: 16px;
}

.signup-link {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .login-container {
        left: 0%;
        flex-direction: column;
        font-size: 40px;
    }

    .loginmessage-container, .loginbuttons-container {
        width: 100%;
    }

    .login-padding-bottom {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .loginmessage-container {
        text-align: center;
    }

    .dataforce-logo {
        width: 300px;
    }

    .login-button, #askdflogo-login {
        width: 300px;
        margin-top: 8px;
    }

    .login-button {
        margin-top: 40px;
    }
}

@media (max-width: 800px) {
    .login-container {
        flex-direction: column;
        text-align: center;
        line-height: 1;
        font-size: 32px;
    }

    .login-footer {
        top: calc(100dvh - 60px);
        flex-direction: column;
    }

    .login-button {
        flex-direction: column;
    } 
}

@media screen and (max-width: 640px) {
    #askdflogo_big {
        display: none;
    }

    #askdflogo_small {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%
    }

    .login-container {
        left: 0%;
        flex-direction: column;
        font-size: 24px;
    }

    .loginmessage-container {
        text-align: center;
    }    

    .dataforce-logo {
        width: 240px;
    }

    #askdflogo-login {
        width: 240px;
        margin-top: 8px;
    }
}


@media screen and (max-height: 480px) and (orientation: landscape) {
    .login-container {
        font-size: 20px;
        top: 10dvh;
    }

    .login-padding-bottom {
        padding-top: 24px;
        padding-bottom: 0px;
    }
}

@media screen and (max-height: 480px) and (orientation: portrait) {
    .login-container {
        font-size: 20px;
    }

    .login-padding-bottom {
        padding-bottom: 30px;
    }
}

@media screen and (max-height: 380px) {
    .dataforce-logo {
        width: 240px;
    }

    #askdflogo-login {
        width: 240px;
    }

    .login-button {
        width: 240px;
        margin-top: 10px;
    }
}

@media screen and (max-height: 280px) {
    .login-container {
        font-size: 16px;
        top: 5dvh;
    }

    .login-padding-bottom {
        padding-top: 0px;
    }

    .dataforce-logo {
        width: 200px;
    }

    #askdflogo-login {
        width: 200px;
    }

    .login-button {
        width: 200px;
        margin-top: 5px;
    }
}
