html, body {
  width: 100%;
  height: 100%;
  color: #444;
  background: #dbe3e4; /* 18 Graublau hell */
  font: 11pt Calibri,Arial,Helvetica,sans-serif;
}
#container {
  position: fixed;
  width: 340px;
  height: 470px;
  top: 40%;
  left: 50%;
  margin-top: -170px;
  margin-left: -170px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.info {
  font-size: 1rem;
  padding-left: 0px;
  padding-top: 20px;
  line-height: 23px;
  text-align: center;
}
.note {
  font-size: .9rem;
  color: #606060;
  line-height: 14px;
  float: left;
  margin: 20px;
  text-align: justify;
}
form {
  margin: 0 auto;
  margin-top: 20px;
}
label {
  color: #555;
  display: inline-block;
  margin-left: 18px;
  padding-top: 10px;
  font-size: 1rem;
}
input {
  font-size: 1rem;
  font-family: Calibri,Arial,Helvetica,sans-serif;
  outline: none;
}
input[type=text], input[type=password] {
  color: #777;
  padding-left: 10px;
  margin: 10px;
  margin-top: 12px;
  margin-left: 18px;
  width: 294px;
  height: 35px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
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: 20px;
  margin-top: 20px;
  width: 80px;
  height: 30px;
  font-size: 1rem;
  width: 80px;
  height: 30px;
  left: 50%;
  background: #b8dde1;
  border: 1px solid transparent;
  border-radius: .25rem;
}
input[type=submit]:not(:disabled):not(.disabled) {
    cursor: pointer;
}
