body, html{
    height: 99%;
    overflow: hidden;
}

.auth-button {
    width: 100%;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;

    #login {
        display: flex;
        justify-content: center;

        .btn {
            color: white !important;
            background-color: var(--red-background) !important;
            font-size: 20px !important;
        }

        .btn:hover {
            opacity: 0.9;
        }
    }
}