﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
.bg-primary {
    background-color: #932688 !important;
}


.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border: 0px;
    border-bottom: 1px solid #bdbdbd;
    background-color: transparent;
}

.form-signin input[type="password"], .form-signin input[type="text"] {
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid #bdbdbd;
    background-color: transparent;
}

.form-signin .input-group-text, .form-signin .input-group-addon {
    background-color: white;
    border: 0px;
    border-bottom: 1px solid #bdbdbd;
    padding: 20.5px;
    color: #bdbdbd;
    border-radius: 0px;
}

.form-floating label {
    padding-left: 60px;
}

.form-signin .input-group-addon {
    margin-bottom: 12px;
    padding: 20.5px 12px 12px 12px;
}

    .form-signin .input-group-addon span {
        color: #bdbdbd;
    }

.modal-body .input-group-text {
    padding: 20.5px;
    color: #bdbdbd;
    border-radius: 0px;
}

.modal-body .form-floating label {
    padding-left: 70px;
    z-index: 1500;
}

.modal-body input {
    background-color: transparent;
}

.top-alert {
    top: 2px !important;
    position: absolute;
    max-width: 330px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.sfondo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
   /* background-image: url('/images/sfondo_login.jpg');
    background-size: cover;*/
}

.box {
    background-color: white;
}

.cursorPointer {
    cursor: pointer
}

.dimenticata {
    border: 0px;
    background-color: transparent;
    margin-top: -20px;
    margin-bottom: 50px;
}


/* ##################
 /* ### CONFERME ###*/
/*#################*/
.novisibile {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.conferma {
    width: 344px;
    background-color: white;
    height: 60px;
    -webkit-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    -moz-box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    box-shadow: 6px 3px 5px 0px rgba(100,100,100,0.5);
    border: 1px solid grey;
    position: fixed;
    left: calc(50vw - 112px);
    top: 100px;
    z-index: 1200;
}

    .conferma div {
        float: left;
        text-align: center;
        vertical-align: middle;
        height: 58px;
    }

.divConf1 {
    background-color: #23ca05;
    color: white;
    width: 35px;
    font-size: 60px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divConf1 i {
        font-size: 22px;
        color: white;
    }

.divErr1 {
    background-color: red;
    color: white;
    width: 35px;
    font-size: 60px;
    font-weight: bold;
    line-height: 0px;
    padding-top: 16px;
}

    .divErr1 i {
        font-size: 22px;
        color: white;
    }

.divConf2, .divConf3 {
    width: 272px;
    color: #1a1a1a;
    text-align: center;
    padding: 10px;
}

    .divConf2 p, .divConf3 p {
        margin-top: 4px !important;
        font-size: 12px !important;
        margin-bottom: 4px !important;
        text-align: left;
    }

    .divConf2 h6, .divConf3 h6 {
        margin-top: 2px !important;
        margin-bottom: 0px !important;
        font-size: 13px !important;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
    }


.chiudiConferma i {
    font-size: 22px;
}

.chiudiConferma {
    width: 35px;
    color: #666666;
    font-size: 50px;
    padding-top: 18px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0px;
}

.hilight {
    border: 2px solid red !important;
}

.ui-autocomplete {
    z-index: 1200;
}

/* #######################*/
/* ### FINE CONFERME ###*/
/*######################*/

textarea:focus, input:focus, input[type="password"]:focus, .form-control:focus {
    outline: 0 none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.intestazione h2 {
    font-size: 26px;
}
.footer {
    padding-top: 140px;
}