@font-face {
    font-family: 'robotoregular';
    src: url('../../fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('../../fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('../../fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat'), local('Montserrat-Regular'),
        url(../../fonts/montserrat/montserrat.woff) format('woff'),
        url(../../fonts/montserrat/montserrat.ttf) format('truetype');
}
html{
	background: #f1f1f1;
}
body{
	color: #999;
	font-family: Montserrat;
}
a{
	color: #505050;
	text-decoration: underline;
	line-height: 27px;
}
#contenitore{
	width: 100%;
	text-align: center;
}
#loginform{
	margin-top: 50px;
}
#logo_login{
	width: 70%;
	margin-bottom: 25px;
    margin-top: 15px;
}
#form{
	margin-top: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-weight: 400;
	background: #fff;
	-webkit-box-shadow:	0 1px 3px rgba(0,0,0,.13);
	box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
#loginform{
	height: 300px;
	width: 330px;
}
#azioni{
	margin-top: 10px;
}
.input{
	  font-family: inherit;
	  font-size: inherit;
	  font-weight: inherit;
	  height: 40px;
	  font-size: 24;
	  margin-top: 5px;
	  max-width: 107%;
}
.bottone{
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 160px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 4px 12px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0px;
    background: rgb(83, 128, 247);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-radius: 4px;
    padding: 16px 20px;
    overflow: hidden;
}

@media only screen and (min-width:240px) and (max-width:999px) {
	#logo_login{
		display: none;
	}
}