/*Version 1.0 - 13/06/2023*/
/* https://www.toptal.com/developers/cssminifier */
/* webfont */
/* https://gwfh.mranftl.com/fonts */
/* filter compute: https://codepen.io/sosuke/pen/Pjoqqp */

/*GOOGLE TEST MOBILE*/
/*412 x 823*/

/*GOOGLE TEST DESKTOP*/
/*800 x 600*/

/*main*/
.nomobile {
	display: none !important;
}
.nascosto {
	display: none !important;
}
.scrollhoriz {
	overflow-x: scroll !important;
	/*max-width: 1000000em !important;*/
}
.displayflex {
	display: flex;
}
.addpaddingbottom {
	padding-bottom: 2em !important;
}
.tolowercase {
	text-transform: lowercase !important;
}
.alertinput {
	border: 0.01em solid !important;
	background-color: rgba(255, 205, 205, 1.0) !important;
}
.intl-tel-input {
	width: 100% !important;
}
#phone {
	padding-left: 6em !important;
}
.iti-arrow {
	display: none;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.text-uppercase {
	text-transform: uppercase;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: rgba(255,255,255,1);
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: rgba(87,87,86,1);
	line-height: 1.5em;
}
a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	position: relative;
}

a::before  {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.1em;
	border-radius: 0.1em;
	background-color: rgba(0,0,0,1);
	bottom: -0.2em;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
a:hover::before, a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
fieldset {
	border: none;
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom:  0.5em;
	padding: 0.5em 1em;
	border: 0.01em solid #d9d9d9;
	width: 100%;
}
input:focus, textarea:focus { 
	box-shadow: 0 0 0.8em rgba(86,179,187,1);
	border-color: rgba(86,179,187,1);
	outline: none; 
} 
input.error, textarea.error  {
	box-shadow: 0 0 0.8em rgba(180,0,0,1);
	border-color: rgba(180,0,0,1);
	outline: none; 
}
input.warning, textarea.warning {
	box-shadow: 0 0 0.8em rgba(255,131,0,1);
	border-color: rgba(255,131,0,1);
	outline: none; 
}

.rounded-circle {
    border-radius: 50% !important;
}
.btn {
	background-color: rgba(131,187,86,1);
	color: rgba(255,255,255,1);
	/*background-color: rgba(212,175,55,1);
	color: rgba(255,255,255,1);*/
	margin: 1em auto;
	padding: 0.5em 1em;
	word-wrap: break-word;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.5em;
	/*border-color: #b9ed8f;
	/*border-color: rgba(197,179,88,1);*/
	/*  color: #212529;*/
	border: none;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: auto;
}
a.btn::before {
	 width: 0;
	 height: 0;
}
a.btn-default:link, a.btn-default:visited {
	color: rgba(255,255,255,1);
}
.btn-orange {
	background-color: rgba(255,128,0,1);
}
.btn-default:hover {
	background-color: rgba(86,179,187,1);
}
main {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.ondabg {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.logomassarutto {
	width: 5em;
	height: auto;
	margin: 0 0 1em 0;
}
.boxcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	max-width: 1000px;
}

.formlogin {
	max-width: 500px;
    margin: 2em auto;
}


@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	
}

@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ 
	
}
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
	
}
@media (min-width:913px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
	.onlymobile {
		display: none !important;
	}
	
	
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
	
}
@media (min-width:1280px) { /* hi-res laptops and desktops */ 
	.nodesktop {
		display: none !important;
	}
}
@media (min-width:1991px) { /* larger desktops */ 
	
}

