/* latin */
		@font-face {
		  font-family: 'Montserrat';
		  font-style: normal;
		  font-weight: 400;
		  src: local('Montserrat-Regular'), url(Montserrat-Regular.ttf);
		}
		
* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #3498DB;
padding: 50px;
color: #5c5c5c;
}
.login {
margin: 20px auto;
max-width: 760px;
text-align: center;
}

.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px;
display:block;
overflow:auto;
}

.app-title {
text-align: center;
color: #777;
font-size: 22px;
padding-top: 30px;
padding-bottom: 30px;
    font-weight: 400;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}

input:focus {
border: 2px solid #3498DB;
box-shadow: none;
}

.btn {
  border: 2px solid transparent;
  background: #3498DB;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}

.btn:hover {
  background-color: #2980B9;
}

.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}

.affianca_sx {
    float:left;
    width: 55%;
}

.affianca_dx {
    float:right;
    width: 40%;
}

a {
	text-decoration:none;
}

a:hover {
}

a:visited { 
	text-decoration:none;
}

.titolo {
    color: red;
    font-size: 50px;
    font-weight: bold;
    width: 100%;
    text-align: left;
    padding: 60px;
}

.titolo img {
	width:200px;
}

.testo {
    text-align: left;
    font-size: 20px;
    padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
    line-height: 22px;
	font-weight:300;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}