html, body {
  background-color: black !important;
  font-family: Verdana,sans-serif;
  font-size: 12px;
}

#log-page {
  max-width: 500px;
  border: 0;
  margin: 0 auto;
}

#log-header {
  max-width: inherit;
  font-size: 1.2em;
  text-align: center;
}

#log-header img {
	display:inline-block !important;
	float:left !important;
	height: 50px;
	width: 50px;	
}

#log-header span {
  display:inline-block;
  padding-top: 5px;
  font-size:1.0em;
}

#log-header-custom {
  height: inherit;
  max-height: inherit;
  width: inherit;
  max-width: inherit;
  background-color: white;
}

#log-header-custom img {
  height: inherit;
  width: inherit;
}

#log-content {
	max-width: inherit !important;
	text-align: center !important;
}

#log-content a {
  margin-top: 16px;
}

.ui-checkbox, .ui-checkbox-off, .ui-checkbox-on {
  color: black !important;
  background: #cccccc !important;
  border: 0 !important;
  font-weight: normal;
}

#psw-page {
  max-width: 500px;
  border: 0;
  margin: 0 auto;
}

#psw-content {
    max-width: 500px;
    text-align: center !important;
}

#psw-content label {
    font-size: 0.8em;
}

/* VISIBILITA' DELLE PASSWORD */
.occhio {
  color: grey;
  font-size: 20px;
  position: absolute;
  right: 6px;
  bottom: 25%;
  cursor: pointer;
}

.psw {
  position: relative;
}
