
/* WELCOME PAGE */
#welcome_page {
    text-align: center;
}


#welcome_page .presentazione {
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 34px;
font-weight: 300;
margin-top: 110px;
margin-bottom: 30px;
}

#welcome_page .presentazione a {
text-decoration: none;
color: #333;
font-size: 40px;
line-height: 60px;
word-wrap: break-word;
}

#welcome_page .presentazione a:hover {
text-decoration: none;
color: #006699;
border-bottom: solid 1px;
}

#welcome_page .intestazione {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
line-height: 40px;
height: 40px;
background-color: #eee;
text-transform: uppercase;
color: #333;
font-weight: bold;
font-size: 16px;
font-family: 'Open Sans', arial;
}


#welcome_page .opener {
    position: relative;
    border: none;
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 94%;
    padding: 10px 40px;
    height: auto;
}

#welcome_page #avatar {
width: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-bottom: 10px;
}

#welcome_page form {
margin-top: 40px;
text-align: left;
}

#welcome_page .etichetta {
margin-top: 20px;
margin-bottom: 5px;
font-family: 'Open Sans', arial;
font-size: 14px;
}


#welcome_page .opener input {
padding: 0px;
width: 150px;
color: #333333;
direction: ltr;
height: 44px;
font-size: 16px;
width: 100%;
padding: 0px 5px;
}

#welcome_page  input[type=submit] {
    border: 1px solid #3079ed;
    
color: #333;
background-color: #fff;
border-color: #ccc;

margin: auto;
display: block;
width: 80%;
margin-top: 20px;
cursor: pointer;
}


#welcome_page  input[type=submit]:hover {
border: 1px solid #2f5bb7;
background-color: #ebebeb;
border-color: #adadad;

}

#welcome_page .etichetta_ricordami {
    text-align: right; 
}

@media screen and (max-width: 768px) {
    #welcome_page .presentazione a {
        font-size: 32px;
    }

}

#welcome_page .logo {
    display: block;
    margin: auto;
    height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: invert(100%); */
    border: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
#welcome_page .logo:hover {
    -webkit-filter: none;
    filter: none;
}

#welcome_page .intro {
    background-color: #666;
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 0px;
    color: #FFF;
    font-size: 14px;
}

#welcome_page .intro a {
    color: #FFF;
    font-weight: bold;
}