body{
    overflow-x: hidden;
    overflow-y: initial;
    margin: 0px;
    padding: auto;
}
p{
    margin: 0px;
}
input:not([type='submit']){
    text-indent: 15px;
}
.body{
    background-color:rgb(247, 245, 246);
    width: 100%;
    position: absolute;
    left: 0px;
    font-family: Lato;
}
.header{
    z-index: 9999;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    font-size: 40px;
    height: 10vh;
    text-align: center;
    background-color: #2A2E43;
}
.header .logo{
    /* padding: 0%;
    position: absolute;
    left: 45%;
    top: 20%; */
    position: static;
    padding-top: 1%;
    left: 45%;
    top: 20%;

}
.header-title{
    margin-top:0px;
    padding-top:8px;
    color: #FFFFFF;
}
.container{
    margin-top: 10vh;
    padding-top: 5px;
    min-height: 83vh;
    overflow-x: hidden;
    justify-content: center;
    /* width: 100%; */

}
.footer{
    
    bottom: 0px;
    left: 0px;
    width: 100%;
    
}
.footer-fixed{
    position: fixed;
    
    
}
.over-h{
    overflow: hidden;
}
.footer-title-box{
    min-height: 2vh;
    background-color:#FF1064;
}
.footer-title-Text{
    font-size:35px;
    min-height: 45px;
    padding-left: 60px;
    padding-top: 5px;
}
.footer-table{
    background-color: #2A2E43;
    color: #FFFFFF;
    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: #555;
    font-size: 15px;
    /* margin: 5vh; */
    padding: 1px;
    /* margin-left:10vh; */
    /* margin-top:5vh;
    margin-bottom: 18vh; */
    position: relative;
    left: 6%;
    z-index: 1;
}
.grid-content{
    background-color:#fff; 
    border-radius: 10px;
}
.logo{
    font-size:30px;
    text-align: center;
    padding-top:10px;
}
.bg0{
    background-color:rgb(247, 245, 246);
    border-radius: 10px;
}
.login-btn{
    height: 3.5vh;
    width:13vh;
    margin-left:66%; 
    margin-top:3vh; 
    border-radius: 15px;
    color: #FF1064;
    border: 1px solid #FF1064;
    cursor: pointer;
}
.h35{
    height: 35vh;
}
.login-form{
    background-color:rgb(247, 245, 246);
    height: 35vh;
}
.login-form-box{
   background-color:rgb(247, 245, 246); 
   height: 35vh;
}
.testTitle{
    font-size:30px;
    padding-top:10px;
    text-align: center;
}
.Registrati{
    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);
}





.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:2vh;
    height: 5vh;
    color: rgb(125, 131, 145);
}
.colorLink{
    color: #FF1064;
}
.Ricordami-checkbox-box{
    margin-top:-4vh;
}
.Ricordami-checkbox{
    width: 3vh;
    height: 3vh;
    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: #FF1064;
}


.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: #FF0F64;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.text-success{
    color: #FF1064;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.grid-content-header{
    font-size:30px;
    text-align: center;
    padding-top:10px;
}
.confirm-btn{
    height: 3.5vh;
    width:13vh;
    color: #FF1064;
    margin-left:40%; 
    margin-top:3vh;
    border-radius: 15px;
    border: 1px solid #FF1064;
    cursor: pointer;
    
}
.Richiedi-form{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.richiedi-btn{
    height: 4.5vh;
    width:20vh;
    color: #FF1064;
    /* margin-left:44%; margin-top:3vh; */
    border-radius: 15px;
    border: 1px solid #FF1064;
    cursor: pointer;
}
.text-danger .message {
    color: #FF1064;
    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-center{
    text-align:center;
}
.cl-dark{
    color:#2A2E43;
}
.cl-active{
    color: #FF1064;
    font-family: Lato;
}