.bg-login-image {
    background: #fff url(../img/logo_login.png) center center no-repeat;
    background-position: center;
    background-size: contain;
}
#wrapper #content-wrapper {
    background-color: transparent !important;
}

body.login-page {
    background: #1f2c35 url(../img/login_bg.jpg) center center no-repeat;
    /* background: #141e25; */
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.admin_title {
    font-weight: 900;
    letter-spacing: 2px;
    margin: 35px auto;
    position: relative;
    max-width: 400px;
}

.admin_title:after {
    display: block;
    width: 16%;
    content: "";
    height: 2px;
    background-color: rgb(56, 181, 230);
    position: absolute;
    bottom: -18px;
    border-radius: 4px;
    left: 42%;
}

#model_list_contratti_length,
#model_list_contratti_filter{
    margin: 10px !important;
}

#model_list_contratti_super_user_length,
#model_list_contratti_super_user_filter{
    margin: 10px !important;
}

#wrapper #content-wrapper {
    background-color: transparent !important;
}

.animate__heartBeat_da_firmare {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    animation-iteration-count: infinite !important;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}
.animate__tada_da_firmare {
    -webkit-animation-name: tada;
    animation-name: tada;
    animation-iteration-count: infinite !important;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}