html, body {
  margin: auto;
  font-family: "Open Sans", "Segoe UI", Helvetica, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #c1c1c1;
}

div.content {
  width: 100%;
}

div.main {
  position: relative;
  width: 637px;
  margin: 0px auto;
}

div.message-title {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 20pt;
  color: #555;
  text-align: center;
  padding: 10px 0px;
}

div.message {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: white;
  background-color: #2ecc71;
  text-align: center;
}

div.panel-bottom {
  width: 100%;
  border-top: 2px solid #1b67dc;
  color: #c1c1c1;
  font-size: 10pt;
}

div.panel-top {
  width: 100%;
  border-bottom: 2px solid #1b67dc;
}

div.title {
  margin-top: 50px;
  margin-bottom: 40px;
  width: 100%;
  color: #1abc9c;
  font-size: 14pt;
  text-align: center;
}

div.dx-field {
    height: 24px;
    width: 100%;
    padding: 0px 135px;
    margin-bottom: 20px;
}

.dx-fieldset {
}

.dx-field-value {
  float: none;
}

#login-button {
  height: 24px;
  width: 50%;
}

#login-form {
  display: none;
}

.login-button-container {
  width: 100%;
  text-align: center;
}
