    @import url('https://fonts.googleapis.com/css?family=Open+Sans');

 	::-webkit-scrollbar {
 	background-color: #0a0a0a;
  	outline: none;
    }

    body {
    background: url('/themes/advanced/imgs/textureCS.jpg') repeat;
    color: #878787;
    }
    
    .text {
    text-align: justify;
    color: #696969;
    font-family: Open Sans;
    font-size: 12px; 
    line-height: 14px;
    border-right: 1px solid #1c0e0d;
    margin: 20px;
    padding-right: 10px;
    }
    
    h2 {
    font-family: Open Sans, Georgia, sans-serif; 
    font-size: 20px;
    text-transform: uppercase;
    color: #3c3c3c;
    letter-spacing: 1px; 
    text-align: center;
    margin: 10px; 
    transition: 1s all ease-out;
    }
    
    div.page_title h2 {
    border: none;
    width: 660px;
    padding: 10px;
    }
    
    input[type='submit'] {
    width: 260px;
    background-color: transparent;
    border: 1px solid #1e1d1d;
    padding: 10px;
    color: #585858;
    font-family: Open Sans, Tahoma, sans-serif;
    text-transform: uppercase;
    transition: .5s all ease-out;
    }
    
    input:nth-child(2) {
    margin-top: 30px; 
	}
    
    .pagina_iscrizione {
    width: 700px; 
    margin: 20px; 
    height: 500px;
    overflow: auto;
    }
    
    .disclaimer_iscrizione {
    text-align: justify; 
    }
    
    .form_submit {
    text-align: center;
    }
    
    input:hover {
    background-color: #585858;
    color: #1e1d1d; 
    font-weight: bolder;
    border: none;
    }
    