﻿/* LOGIN */

.bgLogin::before {
    /*background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/tracking_bg.jpg');*/
    background-image: url('../img/tracking_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    content: '';
    position: absolute;
    inset: 0;
    opacity: 1;
}


.container-xxl {
    isolation: isolate;
}

.imgAzienda, .imgApp {
    width: 50px;
    margin-right: 10px;
}

.select2-selection {
    height: 60px !important;
}

.select2 .selection {
    display: block;
}

.select2-selection__rendered {
    height: 60px;
    padding-top: 20px !important;
    text-align: left;
}

select + .select2-container--bootstrap-5 {
    z-index: 0 !important;
}

.LogoCenter {
    /*width: 70px !important;*/
    height: min-content;
}

.LogoCenterDiv {
    /*min-height: 80px;*/
}

.appName {
    width: 100%;
    /*color: #dddbdbff;*/
    text-align: center;
    padding-top: 20px;
    font-size: x-large;
}

.logo_login img {
    /*width: 100px;*/
    max-height: 50px;
}

.app-brand-text {
}

.app-brand-img {
    max-height: 100px !important;
    text-align: left;
}

.loghi-arrow {
    max-width: 30px;
}

.loghi-div {
    display: flex;
    min-width: 150px;
    align-items: center;
    flex-direction: column;
}

.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

/* LOGIN */
