@charset "UTF-8";
/* main.scss */
/* Inclusione webfonts */
@font-face {
  font-family: 'Lato-Regular';
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-regular, a, h4, h5, h6, p, input[placeholder], .info-service h4, .info-service h5, .info-service h6 {
  font-family: 'Lato-Regular', 'sans-serif'; }

@font-face {
  font-family: 'Lato-BoldItalic';
  src: url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-BoldItalic.woff") format("woff"), url("../fonts/Lato-BoldItalic.ttf") format("truetype"), url("../fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-bolditalic {
  font-family: 'Lato-BoldItalic', 'sans-serif';
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Lato-Bold';
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-bold, .btn {
  font-family: 'Lato-Bold', 'sans-serif';
  cursor:pointer;
  font-weight: bold; }


.mainTitle {
  font-size: 36px;
  text-align: center;
  padding: 10px; 
  color: #13589D;
}

form {
  text-align:center;
}

.field {
  padding:5px;
}

.mainContainer {
	border:2px solid #13589D; 
	margin-left: 25%; 
	margin-right: 25%;
	margin-top:10%;
	margin-bottom:10%;
	padding:30px;
}
