body {
    background-image: url(/themes/stisla/assets/img/background-login.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.card {
    border-radius: 23px !important;
    background: rgba(255, 255, 255, 0.53);
    backdrop-filter: blur(12.5px);
}

#titlePageLogin > .row {
    margin: 0;
}

#titlePageLogin h1, #titlePageLogin h2 {
    color: #053657;
    text-align: center;
    width: 100%;
}

#titlePageLogin h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
}

#titlePageLogin h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
}

#btnLogin {
    margin: 0 auto;
    width: 40%;
}

form span.text-danger {
    margin-top: 5px;
    font-size: 0.8em !important;
    text-align: right !important;
    width: 100% !important;
    display: block !important;
    color: #98252B !important;
    font-size: 14px !important;
}