body{
    overflow-x: hidden;
    overflow-y: initial;
    margin: 0px;
    padding: auto;
    
}
p{
    margin: 0px;
}
input:not([type='submit']){
    text-indent: 15px;
    /* border: 1px solid #010182 !important; */
    border: gray;
    /* color: blue; */
    /* text-decoration-color: blue; */
}
 input:focus {
     border-color: none !important;
     outline: none !important;
 }
.body{
    
width: 100%;
    
position: absolute;
    
left: 0px;
    
/* font-family: 'Public Sans'; */
    
background-color:#F8F9FC !important;
    
color: #5D6989
}
.header{
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 40px;
    /* height: 10vh; */
    /* text-align: center;
    background-color: #2A2E43; */
}
.row {
    display: flex;
    padding: 12px;
  }
  
  .column {
    flex: 50%;
  }
@media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
.header .logo{
    /* padding: 0%;
    position: absolute;
    left: 45%;
    top: 20%; */
    position: static;
    padding-top: 1%;
    left: 45%;
    top: 20%;

}
.header-logo{
    /* padding-left: 40px; */
    height: 10vh;
    background: white !important;
}
.header-logo img{
   height: 10vh;  
}
.header .banner{
    /* padding: 0%;
    position: absolute;
    left: 45%;
    top: 20%; */
    position: relative;
    padding-top: 3vh;
    padding-bottom: 1vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.divform{
    background-color: #ffffff;
     border-radius: 12px;
      /* padding: 20px;  */
      padding: 30px;
      width: 380px; 
        /* max-width: 400px;
            min-width: 200px; */
      margin: auto; 
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.divform-reset{
    background-color: #ffffff;
     border-radius: 12px;
      padding: 30px; 
      width: 310px; 
      margin: auto; 
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.header .banner span{
    text-align: left;
    padding-left: 8vh;
    color: #F8F9FC;
}
.header-title{
    margin-top:0px;
    padding-top:8px;
    color: #F8F9FC;
}
.container{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* margin-top: 15vh; */
    /* padding-top: 5px; */
    min-height: 88.5vh;
    /* height: fit-content; */
    /* min-height: auto; */
    overflow-x: hidden;
    justify-content: center;
    /* width: 100%; */
    align-content: space-around;
}
.outputpanel{
    background-color: #f8d7da;
    color: #721c24; 
    border: 1px solid #f5c6cb; 
    border-radius: 5px; 
    margin-top: 5px; 
    display: flex; 
    align-items: center;
    margin-bottom: 16px;                                                                 
    padding: 10px; 
    width: calc(100% - 20px); 
    margin-left: 10px;
}
.footer{
    
    bottom: 0px;
    left: 0px;
    width: 100%;
    
}
.footer-fixed{
    position: fixed;
    
    
}
.over-h{
    overflow: hidden;
}
.footer-title-box{
    min-height: 2vh;
    background-color:#D72C5E;
}
.footer-logo img{
   height: 6vh;
}
.footer-title-Text{
    font-size:35px;
    min-height: 45px;
    padding-left: 60px;
    padding-top: 5px;
}
.footer-table{
    background-color: #2A2E43;
    color: #F8F9FC;
    font-weight: bold;
    /* margin: -2px;
    margin-top:0px; */
    width:100%;
}

th p{
    font-size: 18px;
}
.grid{
    /* width: 90%; */
    /* border: 1px solid gray; */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    /* font-family: Lato; */
    color: #010182;
    font-size: 15px;
    /* margin: 5vh; */
    padding: 1px;
    /* margin-left:10vh; */
    /* margin-top:5vh;
    margin-bottom: 18vh; */
    position: relative;
    /* left: 6%; */
    z-index: 1;
    justify-items: center;
}
.grid-content{
    /* background-color:#fff; */
    /* border-radius: 10px; */
    width: 60%;
}
.logo{
    font-size:30px;
    text-align: center;
    padding-top:10px;
}
.bg0{
    /* background-color:rgb(247, 245, 246); */
    /* border-radius: 10px; */
}
.bg-grey{
    background-color: lightgrey;
}
.login-btn{
    /* height: 3.5vh;
    width:13vh; */
    /* margin-left:66%; */
    /* margin-top:3vh; */
    /* border-radius: 15px; */
    /* color: #D72C5E; */
    /* border: 1px solid #D72C5E; */
    /* cursor: pointer; */
}
.h35{
    height: 35vh;
}
.text-tittle{
    color:#010653;
    font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    vertical-align: middle;
}
.login-form{
    /* background-color: rgb(63 92 198) !important; */
    /* height: 35vh; */
}
.login-form-box{
   /* background-color:rgb(247, 245, 246); */
   /* height: 21vh; */
   /* align-self: flex-start; */
}
.testTitle{
    font-size:30px;
    padding-top:10px;
    text-align: center;
}
.Registrati{
    font-size: large;
    text-align: center;
    /* color: rgb(125, 131, 145); */
    white-space: pre-line;
    padding-bottom: 20px;
}
.testContinua{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    /* margin-bottom:2%; */
    /* margin-top:-17px; */
}

.username{
    /* margin-left:30%; */
    height: 3.5vh;
    width:30vh;
    border: 1px solid gray;
    border-radius: 15px;
    background-color:rgb(247, 245, 246);
}
.username:html-placeholder{
    text-align: center;
    margin-left:15%;
}
.password{
    margin-left:5%;
    height: 3.5vh;
    width:30vh;
    border: 1px solid gray;
    border-radius: 15px;
    background-color:rgb(247, 245, 246);
}
.content-box{
    border-radius: 10px;
    padding: 20px;
    background-color: #EBEBFF;
    max-width: 400px;
    min-width: 200px;
}




.login-footer-text{
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    text-align: center;
    /* background-color: rgb(232, 232, 232); */
    /* margin:-1px; */
    /* margin-bottom:-1px; */
    padding-top: 1.5vh;
    /* height: 5vh; */
    color: #5D6989
}
.colorLink{
    color: #D72C5E;
}
.Ricordami-checkbox-box{
    margin-top:-4vh;
}
.Ricordami-checkbox{
    width: 2vh;
    height: 2vh;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2.5px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    /* margin-left:30%; */
}

.Ricordami-checkbox:checked {
    background-color: #D72C5E;
}


.grid-50{
    width: 50%;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    /* font-family: Lato; */
    color: #555;
    font-size: 15px;
    margin: 5vh;
    padding: 1px;
    /* margin-left:45vh; */
    margin-top:10vh;
    max-height: 50vh;
    padding-bottom: 20px;
    position: absolute;
    left: 20%;
}
.form-input-box{
    padding-top: 10px;
    margin-left:25%;
}
.form-input-label{
    /* margin-top:3%; */
    
    width:30vh;
    color:gray;
    font-size:13px
    
}
.form-input{
    height: 3.5vh;
    width: 100%;
    max-width:70%;
    border: 1px solid gray;
    border-radius: 15px;
    background-color:#fff;
}
.text-danger{
    color: #D72C5E;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.text-success{
    color: #D72C5E;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.text-confirmation{
   color: #010653;
   font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: -1%;
    vertical-align: middle;

}
.grid-content-header{
    font-size:30px;
    text-align: center;
    padding-top:10px;
}
.grid-content-resset {
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    margin-left: 0px;
    font-family: Public Sans;
    font-style: Regular;
    font-weight: 400;
    color: #5D6989;

}
.divreset{
   font-family: Public Sans;
   font-weight: 700;
   font-style: Bold;
   font-size: 23px;
   leading-trim: NONE;
   line-height: 120%;
   letter-spacing: -1%;
   vertical-align: middle;
   color: #010653;
}
.divmessage{
    font-family: Public Sans;
    padding-top: 3px;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #5D6989;
    margin-bottom: 8px;
}
.confirm-btn{
    /* height: 3.5vh;
    width:13vh; */
    /* color: #D72C5E; */
    margin-left:40%; 
    margin-top:3vh;
    /* border-radius: 15px; */
    /* border: 1px solid #D72C5E; */
    /* cursor: pointer; */
    
}

 /* Conteneur pour l'input et l'icône */
 .input-container {
    position: relative;
     align-items: center;
 }
.toggle-password {
    cursor: pointer;
        position: absolute;
        /* color: #aaa; */
        top: 57%;
        right: 3px;
        transform: translateY(-50%);
        padding: 12px 10px;
        flex-shrink: 0;
        z-index: 1;
        transform: translateY(-50%);
        transition: color 0.2s;
}

 /* .icon-password {
     cursor: pointer;
 } */

 /* Barre de force du mot de passe */
 .strength-container {
     margin-top: -10px;
    margin-top: 3px;
    margin-left: 8px;
     margin-bottom: 25px;
 }
   .strength-bar {
       height: 5px;
       /* Hauteur de la barre */
       width: 98%;
       
       
       /* Fond gris clair pour la barre vide */
       border-radius: 5px;
       overflow: hidden;
       margin-bottom: 8px;
   }
    .weak {
        background-color: #DC2626;
    }

    .hidden {
        display: none;
    }

    .medium {
        background-color: #E16B00;
    }

    .strong {
        background-color: #087F3A;
    }

    .strength-indicator {
        height: 100%;
        width: 0;
        transition: width 0.3s ease, background-color 0.3s ease;
    }

.action-btn{
    background-color: #D72C5E;
    color:#F8F9FC; 
    border-radius: 15px;
    border: 1px solid #D72C5E;
    cursor: pointer;
    height: 3.5vh;
    width:13vh;
    font-family: 'Assistant';
}

.action-btn-invia{
    background-color: #D72C5E;
    color:#F8F9FC; 
    border: 1px solid #D72C5E;
    cursor: pointer;
    height: 29px;
    width: 100%;
    margin-top:3vh;
    font-family: 'Assistant';
    border-radius: 7px;
}

.action-btn-back{
    background-color: #D72C5E;
    color:#F8F9FC; 
    border: 1px solid #D72C5E;
    cursor: pointer;
    height: 5.5vh;
    /* width: 54vh; */
    margin-top: 28px;
    font-family: 'Assistant';
    border-radius: 7px;
    text-align: center;
    padding-top: 9px;
}

.Richiedi-form{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.richiedi-btn{
    height: 4.5vh;
    width:20vh;
    /* color: #D72C5E; */
    /* margin-left:44%; margin-top:3vh; */
    /* border-radius: 15px; */
    /* border: 1px solid #D72C5E; */
    /* cursor: pointer; */
}
.text-danger .message {
    color: #D72C5E;
    margin-left: 25%;
    text-align: left !important;
    padding-top: 2%;
    justify-content: center;
    align-self: center;
}
.message h4 {
    display: none;
}
.p-20{
    padding: 20px;
}
.text-message{
    color: #5D6989;
    margin-top: 10px;
    font-family: Public Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -1%;
    vertical-align: middle;

}
.text-center{
    text-align:center;
}
.cl-dark{
    color:#010182;
}
.cl-active{
    color: #D72C5E;
    /* font-family: Lato; */
}
.end{
    text-align: end;
}
.footer-logo{
    padding-bottom: 13px;
    height: 10vh;
}

.color-sc-1{
 color: #010182;
}
.color-sc-2{
    color: #EBEBFF;
}
.title{
    font-family: 'Maven Pro';
}