﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@400;500;700&display=swap');


nav.bg-white {
    background-color: #ffffff70 !important
}

body {
    font-family: 'Roboto Flex', sans-serif;
    background-image: url('/Images/sfondo_1.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    overflow-x: hidden
}

button:focus {
    outline: unset;
}

.navbar-brand{
    position:relative;
    z-index:2
}

h3 {
    font-weight: 600;
    font-size: 30px;
    color: #545454;
}

.container{
    max-width:none;
    padding:5px 30px;
}

.overlay-colonna-sx .col-lg-4 {
    height: 100vh;
    background: #e1e1e161;
    position: absolute;
    top: 0;
    left: 0;

}

.step-div.container {
    flex-wrap: nowrap;
    max-width: 50%;
    margin: auto;
    align-items: center;
}

.forgotten-div {
    margin-left: 0;
    margin-right: 0;
    margin-top:60px
}

    .forgotten-div .col-lg-4 {
        padding-right: 50px;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .forgotten-div .col-lg-8 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        height:73vh;
        justify-content: flex-end;
    }

.icon-right-arrow {
    height: 40px;
    padding: 0px 18px;
}

.card-header-step {
    text-align: center;
    text-align: center;
    background: #fff;
    padding: 5px 0px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    position: relative;
    z-index: 2;
    min-width: 229px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .card-header-step:nth-of-type(1) {
        animation-delay: 200ms;
    }

    .card-header-step:nth-of-type(2) {
        animation-delay: 550ms;
    }

.password-dimenticata {
    color: #3F3F3F;
    margin-top: -8px;
    font-weight: 500
}

[for="Input_Nome"], [for="Input_Cognome"], [for="Input_NumeroDiTelefono"], [for="Input_code"] {
    font-weight: 500 !important;
}

#mostraPass {
    top: 2px;
    position: relative;
}

[for="mostraPass"]{
    opacity:0.8
}

.accedi-btn {
    background: #d90815;
    color: #fff;
    margin-top: 35px;
}

    .card-header-step p {
        transform:scale(0.6) translateY(10%) ;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .card-header-step:nth-of-type(1) {
        border: 1px solid #d9081533;
    }

.card-header-step:nth-of-type(2) {
    opacity: 0.5
}

.card-header-step .n-step {
    float: left;
    margin-left: 20px;
    border-radius: 30px;
    padding: 6px 10px;
    font-size: 0.8rem;
}

    .card-header-step #n-step-1 {
        background: #D90815;
        color: #fff;
        
    }

    .card-header-step #n-step-2 {
        border:2px dashed 
    }

.input-group input, .input-group input::placeholder {
    color: #000 !important
}

.btn-verifica-captcha {
    background: #cdcdcd;
    color: #2b2b2b;
}

.tips {
    margin-bottom: 14px;
    line-height: 1.2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 20px;
    width: 393px;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .tips:nth-of-type(2) {
        animation-delay: 250ms;
    }

    .tips:nth-of-type(3) {
        animation-delay: 550ms;
    }


.tips-with-header {
    padding: 0px 20px;
}
    .tips-with-header img {
        width: 16px;
        position: absolute;
        top: 19px;
        left: 15px;
    }

.tips-header{
    font-weight:600;
    margin-bottom:8px;
}

@media(max-width:998px) {

    body {
         background-size: auto;
            }

    .container{
        padding:5px
    }

    .forgotten-div .col-lg-4 {
        padding-right: 15px;
    }

    .forgotten-div {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 50px
    }

    #Resetta, #Resetta .row-cols-lg-12, #Resetta .rounded-lg {
        padding-bottom: 50px
    }

    .tips {
        width: 100%
    }

}




/*Animazioni*/
        @-webkit-keyframes fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }

        @keyframes fadeInRight {
            0% {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
            }

            100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
        }



        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        } 
