html,
body {
  height: 100%;
}

.signInForm {
  width: 330px;
  padding: 15px;
}

.signInForm .form-control:focus {
  position: relative;
  z-index: 2;
}

.signInForm .signInForm-loginInput {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.signInForm .signInForm-passwordInput {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container {
  max-width: 1600px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.console {
  height: 400px;
  background-color: #353535;
  color: #c1c1c1;
  font-size: 14px;
  padding: 5px 10px;
  white-space: pre-wrap;
  font-weight: bold;
}

.devpanel .devpanel-title .devpanel-title-indicator {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, .125);
  border-radius: 50%;
  margin: 12px 6px 12px 0;
  vertical-align: top;
  transition: background-color 0.2s ease-in-out;
}

.devpanel .devpanel-title .devpanel-title-indicator--connected {
  background-color: #28a745;
}

.devpanel .devpanel-commandStats .devpanel-commandStats-indicator {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, .125);
  border-radius: 50%;
  margin: 8px 6px 8px 0;
  vertical-align: top;
  transition: background-color 0.2s ease-in-out;
}

.devpanel .devpanel-commandStats .devpanel-commandStats-indicator--active {
  background-color: #28a745;
}
