@charset "UTF-8";
body {
	margin: 10%;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
	height: 100%;
}
.welcome {
	font-size: 13px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
}
.accesso {
	width: 60%;
	margin: auto;
}
.logo {
	width: 40%;
	height: auto;
}
.customer-logo {
	max-width: 30%;
	height: auto;
	float: right;
	max-height: 80px;
}
label {
	font-size: 22px;
	margin-top: 20px;	
	color: #999;
}
.keep {
	font-size: 12px!important;
	display: inline-block;
	margin-top: 0!important;
}
input[type=checkbox] {
	display: inline-block;
	width: 18px!important;
}
input {
  width: 100%;
  font-size: 14px;
  margin-bottom: 20px;
}
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #CCC;
  border-radius: 4px;
}
input[type=text]:focus {
  border: 3px solid #999;
}
input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px solid #CCC;
  border-radius: 4px;
}
input[type=password]:focus {
    border: none;
}
input[type=button], input[type=submit], input[type=reset] {
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  width: 100%;
  margin-top: 12px;
  font-size: 18px;
}
.button {
 background-color: #CCC;
}
.button:hover {
  background-color: #666;
}
.welcome a:link {
    text-decoration: none;
    font-weight: bold;
    color: #666!important;
}
.welcome a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #666!important;

}
.welcome a:hover {
     text-decoration: underline;
     font-weight: bold;
    color: #666!important;

}
.welcome a:active {
      text-decoration: underline;
      font-weight: bold;
    color: #666!important;

}

@media screen and (max-width: 900px) {
body {
	margin: 5%!important;
}
.logo {
	width: 40%!important;
}
.customer-logo {
	margin-top: -10px!important;
}
.accesso {
	width: 100%!important;
}
}