body{
	margin: 0;
	padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  color: #444;
  background: #f0f0f0;
  font: 9pt Arial,Helvetica,sans-serif;
}

div.distance{
	width: 100%;
	max-height: 500px;
	min-height: 300px;
}

#container{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	min-height: 550px;
}

#container div.inner{
	margin: 0 auto;
	vertical-align: middle;
	width: 340px;
	height: 500px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.info {
  font-size: 14px;
  padding-left: 20px;
  padding-top: 14px;
  line-height: 23px;
  text-align: center;
}

.note {
  font-size: 11.5px;
  color: #606060;
  line-height: 14px;
  float: left;
  margin: 20px;
  margin-top: 30px;
  margin-left: 0px;
  text-align: center;
  width: 100%;
}

form {
  margin: 0 auto;
  margin-top: 20px;
}

label {
  color: #555;
  display: inline-block;
  margin-left: 16px;
  padding-top: 4px;
  font-size: 14px;
}

input {
  font-size: 12px;
  outline: none;
}

input[type=text], input[type=password] {
  color: #777;
  padding-left: 10px;
  margin: 10px;
  margin-top: 10px;
  margin-left: 14px;
  width: 300px;
  height: 35px;
}

input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #a8c9e4;
  box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
}

input[type=submit] {
  float: right;
  margin-right: 14px;
  margin-top: 4px;
  font-size: 14px;
  width: 80px;
  height: 30px;
  left: 50%;
}

#httpd_password{
	display: none;
	visibility: hidden;
}

m1{
	display: none;
}

m2{
	
}


