*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
p, span{
    font-family: 'Lato', sans-serif;
}
h1,h1 span, h2, h3, h4, h5{
    font-family: 'Raleway', sans-serif;
}
h1{
    font-size: 2rem;
    padding: 60px 0 20px 0;
}
p,h1,h2,h3,span{
    width:100%;
}
button:focus{
    outline: none;
}
.event-graphic{
    padding: 0;
}
.header,.form{
    background-color: #dcdcdc;
}
.loghi{
    padding-top: 30px;
    padding-bottom: 30px;
}
.loghi img{
    height: 50px;
    max-width: calc(100vw/3);
}
/* .header{
    max-height: 100vh;
    max-height: 650;
} */
.icons span{
    padding-left: 35px;
}
.icons p{
    padding-top: 20px;
    margin-left: 20px;
    margin-bottom: 35px;
    margin-top: 35px;
}
.icons i{
    position: absolute;
    color: #5979c2
;
    transform: translate(-50%, -25%);
}
.register{
    padding: 10px 30px;
    margin: 25px;
    background-color: #5979c2;
    color: white;
    font-weight: 400;
    border: none;
    border-radius: 10px;
}
.register:hover{
    background-color: #3471ff
}
.yellow-block{
    background-color: #5979c2;
    color: white;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.yellow-block p {
    margin: 0;
    font-size: 0.9rem;
}
.copyright-privacy{
    background-color: #5979c2;
    color: white;
}
.copyright-privacy a, .copyright-privacy a i{
    color: white;
}
.copyright-privacy a:hover{
    color: black;
    text-decoration: none;
}
.form-control{
    background-color: white;
    border: solid 1px black;
    margin-top: 20px;
}
.form-control:focus{
    border-color: #5979c2;
}
.form-check{
    padding-left: 0;
}
.form-check label,.form-check{
    font-size: 0.75rem;
}
.form-check p{
    padding-left: 30px;
}
.info-footer{
    font-size: 0.8rem;
    margin-top: 50px;
}
.info-footer img{
    height: 40px;
    margin-bottom: 25px;
}
.main p {
    padding: 30px 0;
}
.main h3{
    padding: 30px 0;
}
.form{
    padding: 50px 0;
}
.form-submit{
    margin: 15px 0 0 0;
}
.form-submit:disabled{
    background-color: #dcdcdc;
    color: white;
}
.form h3{
    margin-bottom: 30px;
}
#fiscalCode{
    text-transform: uppercase;
}
.copyright-privacy{
    padding-top: 15px;
    font-size: 0.7rem;
    text-align: center;
}
.copyright-privacy i{
    color: black;
    margin: 5px;
}
.main-body-desktop .article1, .main-body-desktop .article2, .main-body-desktop .article3{
    padding: 0 15px;
}


/* custom checkbox */


.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 1px;
    width: 1px;
    left: 30px;
    bottom: -5px;
  }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #5979c2;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  /* Modal Content */
  .modal-content {
    max-width: 1200px;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  /* The Close Button */
  .close {
    color: #5979c2;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
  }
  .modal-text{
    max-width: 800px;
    align-self: center;
  }
  .modal-text p {
      text-align: center;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .btnclose{
    align-self: center;
    padding: 10px 30px;
    margin: 25px;
    background-color: #5979c2;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    width: 200px;
  }

  .text-help {
    color: #dc1d34;
}
.cover{
  background-color: #5979c2;
  width: 100%;
}
#policy{
  margin-top: 15px;
}
