﻿.h2-login {
    margin-top: 0px;
    font-size: 29px;
    font-weight: 500;
}

.tabs {
    display: flex;
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 70px;
    z-index: 0 !important;
    gap: 20px;
}

.tab {
    background-color: transparent;
    padding: 10px;
    text-align: center;
    border: none;
    color:#646F79;
}

    .tab.active {
        background-color: #3FB4A9;
        border-radius: 15px 15px 0px 0px;
        color: #fff;
        padding: 10px 20px;
    }

.tab-content {
    display: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 3px #c4c8d066;
    border-radius: 15px;
    padding: 40px;
    margin-left: 50px;
    min-height: 80vh;
}

    .tab-content.active {
        display: flex;
        flex-direction: column;
    }

.form-group {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
}

.form-inline {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.form-button{
    justify-content: flex-end;
}
.form-mfa{
    margin-top: 20px;
}
.form-line{
    border-top: 1px solid #D5DEE6;
}
@media (min-width: 768px) {
    .form-inline .form-control {
        /* display: inline-block; */
        width: 280px;
        vertical-align: middle;
    }
}
/* Contenitore principale */
.container-login {
    display: flex;
    flex-direction: row;
    background: #FCFCFC 0% 0% no-repeat padding-box;
    padding: 60px;
    height: 85vh;
    flex-wrap: wrap;
}

/* Sezione immagine */
.image-section {
    flex: 1 1 50%; /* Occupare metà dello spazio */
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-section img {
    object-fit: contain;
    max-width: 50%;
}
@media (max-width: 991px) {
    .image-section {
        display: none;
    }
}
/* Sezione modulo */
.form-section {
    flex: 1 1 15%; /* Occupare metà dello spazio */
    display: flex;
    /* UI Properties */
    background: #FFFFFF;
    box-shadow: 0px 0px 3px #C4C8D066;
    border-radius: 15px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 60px 120px;
}

/* Modulo */
.form-container {
    /*width: 100%;
    max-width: 400px;*/
}
.mandatory {
    color: #273240;
}
label.control-label {
    font-size: 14px;
    font-weight: 600;
}
.form-check-label {
    width: 101px;
    height: 25px;
    text-align: left;
    font: normal normal medium 18px/23px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #646F79;
}

.form-control {
    width: 100%;
    max-width: 100%;
    height: 63px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #D5DEE6;
    border-radius: 15px;
    opacity: 1;
}


.group-forgot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lbl-welcome {
    text-align: center;
    font: normal normal bold 47px/70px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #273240;
}

.btn-primary {
    width: 100%;
    max-width: 100% !important;
    padding: 10px;
    background-color: #007bff;
    border: none;
    color: #fff;
    cursor: pointer;
}

#loginForm .validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.userImg {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: transparent 0% 0% no-repeat padding-box;
    border: 5px solid #3FB4A9;
    opacity: 1;
    border-radius: 50%;
}

.profile-btn {
    height: 40px;
    min-width: 130px;
}

.lbl-legend {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font: normal normal normal 11px/1.5 Poppins, sans-serif;
    letter-spacing: 0px;
    color: #646F79;
    margin-bottom: 5px;
}
#qrcode {
}
.form-group-center{
    display: flex !important;
    align-items: center;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        /* margin: 130px auto !important; */
    }
}
.group-copy{
    display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        color: #2E469E;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
/*.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}*/
.password-toggle {
    position: absolute;
    right: 15px;
    top: 70%;
    transform: translateY(-65%);
    cursor: pointer;
    color: #646F79;
}
.position-relative {
    position: relative;
}
input.form-control {
    padding-right: 40px;
}

#imgCopy {
    cursor: pointer;
}

#enable-mfa-result-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mfaVerified {
    width: 125px;
    height: 125px;
    opacity: 1;
}
.button-avatar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.back {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    /* width: 9px; */
    /* height: 9px; */
    padding-right: 20px !important;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.button-100{

}
.modal-header {
    display: flex;
}
.modal .modal-header .modal-title {
    font-family: poppins !important;
    color: #273240 !important;
    font-size: 26px;
    font-weight: 600;
}

.lbl-email-legend {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font: normal normal normal 11px/1.5 Poppins, sans-serif;
    letter-spacing: 0px;
    margin-bottom: 0px;
    color: red;
}

    .lbl-email-legend.valid {
        color: green;
    }

    .lbl-email-legend i {
        margin-right: 5px;
    }

    .lbl-email-legend.valid i {
        color: green;
    }

.text-danger {
    color: red;
}

.text-success {
    color: green;
}