input.unpw {

  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #CCCCCC;
  font-size: medium;
  
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

span.unpwlabel {
	font-size: small;
}

input[type="submit"],input[type="button"] {
  color: #ffffff;
  font-size: medium;
  background: #0775b7;
  padding: 1em;
  text-decoration: none;
  border: none;
  box-shadow: none;
}

input[type="submit"]:disabled {
  background: #eeeeee;
}

input[type="submit"]:hover {
  text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

div.loginmsg {
	color: red;
	font-size: small;
}

body {
	background-color: #F9F9F9;
}

li.password_requirement_met {
    color: green;
    font-weight: bold;
}