main {
    min-height: 75vh;
}
.front-container {
    padding: 6px;
}
.tab-pane {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding:16px;
}
.field-error {
    border-color: red !important;
}
.toast {
    position:fixed;
    right: 20px;
    z-index: 10000;
}
.invalid {
    border-color: red !important;
}
.front_sections {
    padding: 20px;
    float:left;
}
.front_sections h3 {
    margin-bottom: 28px;
}
.front_sections:nth-child(1) {
    width: 100%;
    max-width: 70vw;
    border-right: none;
}

.front_sections:nth-child(2) {
    width: 100%;
    max-width: 420px;
    border-left: none;
    margin: 0;
}
.login-container {
    margin-top:5vh;
    background-color: white;
}
css.login-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wsection {
    font-weight: bold;
    padding-bottom: 10px;
}

#recupero-credenziali {
    color: #0000FF;
    text-decoration: none;
    transition: all 0.2s ease;
}

#recupero-credenziali:hover {
    text-decoration: underline;
}