@import "fonts.css";


*{
    padding:0;
    margin:0;

}
body{

}
.login-box {
    width: 730px;
    height: auto;
    position: relative;
    font-family: ubuntu-regular, 'Arial', sans-serif;
    padding:30px 20px 0;

}
.login-box >h1 {
    font-size: 20px;
    color:#003d73;

}

form{
    width: 731px;
    position: relative;
}
form .button {
    text-decoration: none;
    float: left;
    display: block;
    width: 113px;
    margin-right: 485px;

}
form a span {
    display: block;
    text-align: center;
    line-height:50px;

}

.login-box form div {
    float: left;
    width:350px;
    height:auto;
    margin-bottom: 20px;
}
.left{
    margin-left:30px;
}

.login-box form div input{
    width:350px;
    height:40px;
    border-radius: 4px;
    font-size:14px;
    color:#172831;
    padding-left: 10px;
    line-height: 40px;
}
.login-box form div label{
    display:block;
    color: #666;
    font-size:16px;
    padding-bottom: 8px;
}

.login-box form .submit {
    width:113px;
    height:50px;
    background-color:#666;
    color: #fff;
    border-radius: 4px;
    outline:none;
    border:none;
    font-size: 18px;
    margin-top: 21px;

}

.login-box form .orange {
    background-color: #f58711;
    margin-right: 0;
}

.login-box form .small {
    margin-right: 0;
    margin-left: 28px;
    display: inline-block;
}

.login-box form .login{
    width:280px;
    margin-bottom: 10px;
}
.login-box form .login input:nth-child(2){
    font-size: 20px;

}
.login-box form .login input{
    width:280px;
    height:40px;
    border-radius: 4px;
}
.login-box form .dimenticato{
    clear: both;
    display: block;
    padding-left: 410px;
    font-size: 14px;
    color:#f58711;
}
.form_top{
    margin-top: 25px;
}
.attenzione {
    margin-top: 20px;
    display: none;
    width: 100%;
    height: 100px;
    position: relative;
}
.attenzione > h2 {
    font-size: 16px;
    color:#797979;
    position: relative;
    left:20px;
    top: 5px;
}
.attenzione >  ul{
    list-style-position: outside;

}

.attenzione >  ul li {
    font-size: 12px;
    color:#e64230;
    position: relative;
    left:35px;
    top: 10px;
}
.attenzione >  ul li a {
    font-size: 12px;
    color:#e64230;
    font-weight: bold;
    text-decoration: none;
}
.attenzione .icon {
    width: 60px;
    height: 60px;
    background-image:url("../img/attention.png");
    position: relative;
    float: left;
}


.attenzioneConformita {
    margin-top: 20px;
    display: none;
    width: 100%;
    height: 100px;
    position: relative;
}
.attenzioneConformita > h2 {
    font-size: 16px;
    color:#797979;
    position: relative;
    left:20px;
    top: 5px;
}
.attenzioneConformita >  ul{
    list-style-position: outside;

}

.attenzioneConformita >  ul li {
    font-size: 12px;
    color:#e64230;
    position: relative;
    left:35px;
    top: 10px;
}
.attenzioneConformita >  ul li a {
    font-size: 12px;
    color:#e64230;
    font-weight: bold;
    text-decoration: none;
}
.attenzioneConformita .icon {
    width: 60px;
    height: 60px;
    background-image:url("../img/attention.png");
    position: relative;
    float: left;
}


.attention {
    margin-top: 20px;
    width: 100%;
    height: 100px;
    position: relative;
}
.attention > h2 {
    font-size: 16px;
    color:#797979;
    position: relative;
    left:20px;
    top: 5px;
}
.attention >  ul{
    list-style-position: outside;

}

.attention >  ul li {
    font-size: 12px;
    color:#e64230;
    position: relative;
    left:35px;
    top: 10px;
}
.attention >  ul li a {
    font-size: 12px;
    color:#e64230;
    font-weight: bold;
    text-decoration: none;
}
.attention .icon {
    width: 60px;
    height: 60px;
    background-image:url("../img/attention.png");
    position: relative;
    float: left;
}

.arrow_box_user {
    width:200px;
    display:none;
    height:40px;
    position: absolute;
    background: #d3dae2;
    border: 2px solid #e64230;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    clear:both;
    left: 65px;
    top:75px;
}
.arrow_box_user:after, .arrow_box_user:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_user:after {
    border-color: rgba(211, 218, 226, 0);
    border-top-color: #d3dae2;
    border-width: 8px;
    margin-left: -8px;
}
.arrow_box_user:before {
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #e64230;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_user span{
    font-size: 14px;
}

.arrow_box_password {
    width:200px;
    display:none;
    height:40px;
    position: absolute;
    background: #d3dae2;
    border: 2px solid #e64230;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    clear:both;
    left: 385px;
    top:75px;
}
.arrow_box_password:after, .arrow_box_password:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_password:after {
    border-color: rgba(211, 218, 226, 0);
    border-top-color: #d3dae2;
    border-width: 8px;
    margin-left: -8px;
}
.arrow_box_password:before {
    border-color: rgba(255, 0, 0, 0);
    border-top-color: #e64230;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box_password span{
    font-size: 14px;
}

.bullet_user{
    display:none;
}
.bullet_password{
    display:none;
}
.errori {
    border:2px solid #e64230;
}
@media screen and (max-width: 800px) {}
@media screen and (max-width: 600px) {
    .left{
        margin-left:0;
    }

    .login-box{
        width: 280px;
        height:auto;
        margin: auto;
        padding: 30px 20px 0;
    }
    .PopupMain > span {
        position: relative;
        display: block;
        padding-right: 70px;
    }
    form{
        width: 100%;
    }
    form .button{
        margin-right: 35px;
    }

    .login-box form div {
        width: 280px;
    }
    .login-box form div input {
        width: 280px;
    }
    .login-box form .orange {
        width: 128px;
        margin-right: 0;
    }

    .login-box form .dimenticato{
        padding: 0;
        top: -110px;
        position: relative;
    }

    .login-box form .small {
        display: block;
        position: relative;
        margin-top: 60px;
        float: left;
        margin-left: 83px;
    }

    .attenzione >  ul{
        list-style-position: outside;
        clear: both;
        position: relative;
        top: -25px;
    }
    .attention >  ul{
        list-style-position: outside;
        clear: both;
    }

    .attenzione >  ul li {
        font-size: 12px;
        color:#e64230;
        position: relative;
        left:85px;
        width: 190px;
    }
    .attention >  ul li {
        font-size: 12px;
        color:#e64230;
        position: relative;
        left:85px;
        width: 190px;
    }
    .arrow_box_password{
        left: 75px;
        top: 174px;
        z-index: 11;
        height: 30px;
        line-height: 30px;
    }
    .arrow_box_user{
        left: 75px;
        top: 75px;

    }
}