body {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-image: url("customizations/myvitale/login_background-600110d9bbd93a37672ede0fc349e59d.jpg") !important;
}
#login #logo {
    background-image: url("customizations/myvitale/logo-96c506d3708be3cfd1c3631b90d0e260.png") !important;
}
section#login {
    background-color: #F2F5FA;
    width: 450px;
    border-radius: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    padding: 40px;
    box-sizing: border-box;
}
@media screen and (orientation: portrait) and (max-width: 500px) {
    section#login {
        width: 90%;
    }
}
#login form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#login form * {
    width: 100%;
    color: black;
}
#login form button, #login form input[type="button"] {
    /*background: linear-gradient(to right, var(--secondary-color), var(--primary-color));*/
    background: #ff8402;
    color: white;
    border-radius: 20px;
    margin-top: 50px;
    cursor: pointer;
    font-weight: bold;
    width: 100% !important;
}
