body {
    min-width: 400px;
}

#back-button {
     width: 200px;
     background-color: #415a77;
     height: 50px;
     border-radius: 10px;
     position: absolute;
     left: 10px;
     margin: 130px 0 0 35px;
}

#back-label {
    text-decoration: none;
    color: white;
}

#login-form-alert {
    margin-top: 75px;
    display: none;
}

#admin-login-form {
    margin-top: 50px;
    background-color: white;
    padding: 30px;
    border-radius: 15px;
}

.form-floating {
    margin-bottom: 15px;
}

#login-button {
    background-color: #415a77;
}

#cookieNotice {
    background-color: white;
    position: fixed;
    bottom: 0px;
    width: 100vw;
    height: 150px;
}

#cookieBannerButton {
    background-color: #415a77;
    margin: auto;
}

@media only screen and (max-width: 1100px) {
    #back-button {
        position: relative;
        left: 0px;
        top: 30px;
        display: block;
        margin: auto;
    }
}