#login_page div.logo {
    height: 100%;
    background-color: white;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    width: 100%;
}

#login_page div.welcome_message {
    text-align: center;
}

#error-toast {
    z-index: 1000;
    bottom: 3.5em;
    right: 0;
    transform:translateY(-50%);
}

nav {
    display: none !important;
}