﻿.fs-s {
    font-size: small;
}

.log-container {
    width: 350px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.err-container {
    width: 390px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
}

.err-img {
    max-width: 12rem;
    max-height: 12rem;
}

.cont {
    width: 350px;
    margin: 0 auto;
}

.err-cont {
    width: 390px;
    margin: 0 auto;
}

.link {
    text-decoration: none !important;
    color: #170763;
    transition: all 0.3s ease;
}

    .link:hover {
        color: #3963b3;
        text-shadow: 0px 0px 10px rgba(0, 123, 255, 0.3);
        text-decoration: none;
        cursor: pointer;
    }

.b-g {
    border-color: #5b708a !important;
}

.b-d:hover {
    color: #fff !important;
    background-color: #5b708a !important;
    border-color: #5b708a !important;
}

.bold-500 {
    font-weight: 500;
}

/*.prova {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;*/ /* Per allineamento verticale completo */
/*}*/

/*ul {
    list-style-type: none;
}*/