div#container {

    width: 100%;
}

#mainarea{clear:both;padding-top:30px}


#boxlogin {
    width: 500px;
    padding: 22px 50px;
    background: #f0f0f0;
    height: 370px;
    border: 1px solid #f0f0f0;
    position: relative;
	text-align: center;
	margin: auto;
}
.titoloBox {
    color: #6daa3d;
    border-bottom: 1px solid #6daa3d;
    font: 28px/36px robotomed;
    margin-bottom: 20px;
}

.testoBox {
    position: relative;
    top: 20px;
	font: 23px/36px robotomed;
	color: #6daa3d;
}

#pw input {
    width: 60%;
    padding: 9px;
}

.Username {
    color: #6daa3d;
    border-bottom: 1px solid #000;
    font: 24px robotocond;
    margin-bottom: 20px;
}

#logSx {
	margin: 45px 0 0 20px;
}

#logSx input {

background: #6daa3d;
font: 20px robotomed;
letter-spacing: 0.5px;
color: #fff;
cursor: pointer;
transition: all .3s ease-in-out;
border-radius: 25px;
padding: 12px 40px;
text-align: center;
border: 1px solid #6daa3d;

}

#logSx input:hover {
    border: 1px solid #2d2420;
    background: #fff;
    color: #2d2420;
    transition: all .3s ease-in-out;
}

.clear{
    clear: both;
}

.boxProdCorrelati .bx-pager{
    display: none;
}



@media (max-width: 1280px)
{
	#mainarea {
        margin: 15px auto 0 auto;
        width: 98%;
    }
}

@media (max-width: 1024px)
{
    .titleCont {
        font: 48px playfairBold;
    }

    .lineaTitoloBox {
        width: 180px;
        margin: 15px auto 15px auto;
    }

    #boxlogin {
        width: 65%
        }
        
    #pw input {
        width: 90%;
        padding: 9px;
    }
}

@media (max-width: 680px)
{
	#mainarea {
      padding-top: 10px;
    }

    .titleCont {
        font: 40px playfairBold;
    }

    #boxlogin {
        width: 75%;
    }
    #boxlogin {
        padding: 22px 30px;
    }

    .titoloBox {
        font: 25px/36px robotomed;
    }
}
	