*{box-sizing: border-box; padding: 0%; top: 0; margin: 0%;font-family: "Heebo", sans-serif;}
/*body{padding: 0%; margin: 0%;font-family: 'Inter', Arial, Helvetica, sans-serif;}*/
/*-------------------------------------------------*/

.titolo {
text-align: center; 
}
#titolo {
text-align: center; 
font-weight: bold; 
font-size: 20px;
}
#checkbox {
margin-right: 10px; 
margin-bottom: 20px;
}
.error{
color:red; 
text-align: center; 
font-size: 15px; 
margin: auto;
} 

.text{
text-align: center; 
line-height: 5px; 
margin-top: 25px; 
font-weight: 100;
}
.text-pass{
text-align: center; 
line-height: 20px; 
margin-top: 25px; 
font-size: 15px;
}
.recuperaPass{
line-height: 2px; 
color:red; 
line-height: 2px
}
.reset { /*FOGLIO RECUPEROPW*/ 
color:red; 
text-align: center;
} 
/*NEW*/
/* General body and layout styles */
body {background-image: url();
    background-size: cover;
    font-family: Arial, sans-serif;
    background-color: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* Container for the contact form */
.contact-container {
    background-color: rgb(241, 241, 241);
    /*background: transparent;*/
    padding: 20px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    width: 400px;
    margin-top: 200px;
}

/* Header for the form */
.contact-container h2 {

    text-align: center;
    margin-bottom: 20px;
}

/* Styles for form input fields */
.form-group {
    margin-bottom: 10px;
}

.form-group label {
    color:  #007BFF; text-shadow: red;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;

}

.form-group textarea {
    resize: vertical;
    height: 120px;
}

input[type="file"] {
/* nascondi l'aspetto predefinito */
display: none;
overflow: hidden;

}

#label-files{
display: inline-block;
background-color: #3498db; /* colore di sfondo del pulsante */
color: #fff; /* colore del testo del pulsante */
padding: 8px 12px;
border-radius: 4px;
cursor: pointer;
}

/* Submit button styles */
.submit-btn {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 12px 20px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.logo_span{text-align: center; justify-content: center; display: block;}
.logo_img{width: 90px; height: 90px;}

#text{font-weight: bold;
background: linear-gradient(red,#eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@-webkit-keyframes text-brand
{
0% { opacity: 0.1; color: #eee}
30% { opacity: 1.0; color: red}
70% { opacity: 1.0; color: red}
100% { opacity: 0.3; color: #eee}
}
#text-brand{font-size: 20px;
-webkit-animation-name: text-brand;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
-webkit-animation-duration: 1.7s;
}



@media  (max-width: 798px){

@-webkit-keyframes text-brand
{
0% { opacity: 0.1; color: rgb(247, 145, 145)}
30% { opacity: 1.0; color: red}
70% { opacity: 1.0; color: red}
100% { opacity: 0.3; color: rgb(247, 145, 145)}
}
#text-brand{font-size: 20px;
-webkit-animation-name: text-brand;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
-webkit-animation-duration: 1.7s;
}

}

/*SEZIONE FILE 'registrati_form*/
.titolo_h4{
text-align: center;
}
@media  (max-width: 798px){


}
