#loginWrapper{
	position: absolute;
    width: 400px;
    height: 322px;
    margin-top: 100px;
    margin-left: -200px;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    padding: 40px;
    box-sizing:border-box;
}

#loginTitle{
    margin-bottom:20px;
    color:#fff;
}

p#loginInfo{
    margin-top:10px; 
    font-size: 0.7em;
    margin-left: 10px;
    line-height: 1em;
}

.note{
    font-size: 0.8em;
    margin: 10px 0;
    padding: 0;
}

#carica{
    margin-top: 0 !important;
}

#backWrapper{
    margin-top:20px;
    font-size:0.8em;
    text-align: center;
}

.white{
    text-decoration: none;
    color:#fff;
}

.underline{
    text-decoration: underline !important;
}

#accedi{
    border:2px solid #fafafa;
    color:#fafafa;
	background-color: #22A7F0;
}

#accedi:hover{
    background: #fafafa;  
    color: #22A7F0; 
}

.disabilita{
    border: 1px solid #ccc !important;
    color: #ccc;
}

.disabilita:hover{
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    color: #ccc;
}

/*IPHONE*/
@media only screen and (min-width : 320px) and (max-width : 568px) {
    #loginWrapper{
        width: 100% !important;
        margin: 0 !important;
        padding: 40px !important;
        position: relative !important;
        top:0 !important;
        left: 0 !important;
        border-radius: none !important;
    }
}