﻿
@font-face {
    font-family: 'Eastman';
    src: url('../fonts/Eastman/Eastman-Bold.eot');
    src: local('Eastman Bold'), local('Eastman-Bold'), url('../fonts/Eastman/Eastman-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Eastman/Eastman-Bold.woff2') format('woff2'), url('../fonts/Eastman/Eastman-Bold.woff') format('woff'), url('../fonts/Eastman/Eastman-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Eastman';
    src: url('../fonts/Eastman/Eastman-LightItalic.eot');
    src: local('Eastman Light Italic'), local('Eastman-LightItalic'), url('../fonts/Eastman/Eastman-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Eastman/Eastman-LightItalic.woff2') format('woff2'), url('../fonts/Eastman/Eastman-LightItalic.woff') format('woff'), url('../fonts/Eastman/Eastman-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*span.version {
    position: absolute;
    bottom: 1%;
    right: 1%;
    font-size: 1rem;
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}*/

span.version {
    position: absolute;
    bottom: 0.3%;
    left: 0.2%;
    font-size: 1rem;
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

body {
    margin: 0;
    font-family: 'Yu Gothic UI',Eastman;
    height: 100vh;
}

.tableau {
    height: 100vh;
    overflow-y: hidden;
}

    .tableau .container-login {
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .tableau .container-login .col1 {
            height: 100%;
            position: relative;
            flex-wrap: wrap;
            display: flex;
            padding: 5%;
        }

            .tableau .container-login .col1 .header {
                width: 100%;
                display: block;
                color: rgb(0, 0, 0);
                font-size: 2.5rem;
                font-weight: normal;
                font-family: Eastman;
                height: 38%;
                position: relative;
            }

                .tableau .container-login .col1 .header img {
                    width: 100%;
                    position: relative;
                    height: 85px;
                    min-width: 240px;
                }

                .tableau .container-login .col1 .header .subtitle {
                   /* position: relative;
                    width: 100%;
                    display: inline-block;*/
                    margin-top:10%;
                }

            .tableau .container-login .col1 form {
                position: relative;
                height: 63%;
                margin: 0;
                width: 100%;
            }
.container{
    width:100%;
}

.tableau .container-login .col1 form .login-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*margin-left: 45%;*/
    color: gray;
    font-family: Eastman;
    font-size: 25px;
}

.tableau .container-login .col1 form .input-cont, .input-cont {
    width: 100%;
    /*height: 20%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
}

    .tableau .container-login .col1 form .input-cont .input {
        width: 50%;
        max-width: 330px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        border: solid 1px #d9d9d9;
        background: white;
        color: black;
        padding: 10px;
        margin: 2.5px 0;
        font-size:1rem;
    }


    .input-cont a {
        font-weight: 600;
        color: black;
        text-decoration: none;
    }
.another a {
    font-weight: 600;
    color: #939393;
    text-decoration: none;
}

.white {
    margin: 5px 0;
}

.another {
    margin: 0 25%;
    border-top: 2px lightgray solid;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .another span{
        text-align:center;
    }


    .tableau .container-login .col1 form .btn {
        width: 40%;
        max-width: 280px;
        height: 42px;
        border-radius: 50px;
        border: none;
        background: #206953;
        color: white;
        margin: 10px 0;
        font-size: 1rem;
        font-family: Eastman;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }

.annulla {
    background-color: #fff!important;
    color:#000!important;
    border:2px solid!important;
    text-decoration:none;
}


        .tableau .container-login .col2 {
            width: 100%;
            height: 100%;
            background-color: #206953;
            display: flex;
            justify-content: end;
        }

            .tableau .container-login .col2 .login-img {
                width: 75%;
                right: 10%;
                position: relative;
            }

#reset-pw {
    display: none;
    text-align: center;
    /*font-family: Eastman;*/
    font-family: 'Poppins';
}

    #reset-pw h1 {
        font-size: 30px;
        font-weight: 600;
        font-family: Eastman;
        margin-bottom: 10px;
    }
    #reset-pw .subtitle {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 5px;
    }
    #reset-pw .msg {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 20px;
    }

    /*#reset-pw .btn {
        border: 2px solid #164B3B;
        border-radius: 6px;
        margin-top: 10px;
        background-color: white;
        color: #164B3B;
    }*/


    #reset-pw .input-cont .btn {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        background-color: #A2864C;
        border-radius: 8px;
        width: 100%;
        color: white;
        border: none;
        height: 57px;
        margin-top: 9px;
    }


        #reset-pw .input-cont .btn:hover {
            background-color: #C4A77C;
        }


.input-cont #email2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
    border-radius: 8px;
    border: none;
    padding-left: 10px;
}


@media screen and (max-height: 560px) {
    .tableau .container-login .col1 .header {
        font-size: 2.1rem;
    }
}

.form-r-container-home {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/*Login */

.bg {
    /*background-image: url('../media/login/bkg_login_sib.png');
    background-size: cover;
    background-position: left top;*/
    /*background: linear-gradient(to bottom, #fff , #eeeeee, #f5f5f5, #b7b6b6, #fff);*/
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.content {
    /*background: rgba(255, 255, 255, 0.15);*/
    background: rgba(247, 247, 247, 0.8);
    padding: 4vw 3vw !important;
    border-radius: 20px;
}

.row {
    width: 100%;
}

.container.container-login-1 {
    max-width: 90vw;
}

.container-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
    flex-direction: column;
}

    .container-logo .login-img {
        width: 65%;
    }

.title-form {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 20px;
    color: #2B3C4B;
}

.form-input-container {
    display: flex;
    justify-content: center;
}

    .form-input-container .inp {
        width: 100%;
        margin-bottom: 2vh;
        height: 57px;
        border-radius: 8px;
        border: 2px solid #dfdfdf;
        padding-left: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
    }

    .form-input-container .inp {
        width: 100%;
        margin-bottom: 27px;
        height: 57px;
        border-radius: 8px;
        border: none;
        padding-left: 21px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: italic;
    }

    .form-input-container .btn-submit {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        background-color: #A2864C;
        border-radius: 8px;
        width: 100%;
        color: white;
        border: none;
        height: 57px;
        margin-top: 9px;
        transition: 0.3s ease-out;
    }

        .form-input-container .btn-submit:hover {
            background-color: #C4A77C;
        }

        .form-r-container {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

.container-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-icon-social {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 168px;
}

.title-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 28px;
}

.right-logo-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.dropup, .dropend, .dropdown, .dropstart {
    position: absolute !important;
}

.form-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.eye-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 18px;
}

    .eye-icon i {
        font-size: 20px; /* Dimensiona l'icona secondo necessità */
        color: #666; /* Cambia il colore dell'icona se necessario */
    }


@media (min-width: 2000px) {
    .col-xxxl-3 {
        flex: 0 0 auto !important;
        width: 25% !important;
    }
}

@media (min-width: 2000px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
}

@media (min-width: 20000px) {
    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.input-cont #email2 {
    width: 100%;
    margin-bottom: 27px;
    height: 57px;
    border-radius: 8px;
    border: none;
    padding-left: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}
