body {
  margin: 65px auto 24px;
  box-shadow: none;
  background: #f1f1f1;
  padding: 0; }

.setup .logo {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
  text-align: center; }
  .setup .logo img {
    max-width: 30%;
    max-height: 60px; }
.setup .steps {
  padding: 0 0 24px;
  margin: 0;
  list-style: none outside;
  overflow: hidden;
  color: #ccc;
  width: 100%;
  display: inline-flex; }
  .setup .steps li {
    width: 50%;
    float: left;
    padding: 0 0 .8em;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #ccc;
    line-height: 1.4em; }
    .setup .steps li a {
      color: #ccc;
      text-decoration: none; }
    .setup .steps li:before {
      content: '';
      border: 4px solid #ccc;
      border-radius: 100%;
      width: 4px;
      height: 4px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -6px;
      margin-bottom: -8px;
      background: #fff; }
    .setup .steps li.active {
      border-color: green;
      color: green; }
      .setup .steps li.active a {
        color: green;
        text-decoration: none; }
      .setup .steps li.active:before {
        border: 4px solid green; }
.setup .content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 2em;
  margin: 0 0 20px;
  background: #fff;
  overflow: hidden;
  zoom: 1; }
  .setup .content .error {
    background: #fff;
    border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 15px 0 15px;
    padding: 1px 12px; }
  .setup .content label {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: .5em;
    margin-top: 1em;
    display: inline-block; }
  .setup .content .text-input {
    border: 1px solid #aaa;
    border-color: #ddd;
    border-radius: 4px;
    height: 30px;
    width: calc(100% - 8px - 24px - 2px);
    padding-left: 8px;
    padding-right: 24px;
    font-size: 16px;
    color: #444;
    background-color: #fff;
    display: inline-block; }
  .setup .content .actions {
    margin-bottom: 0;
    text-align: center; }
  .setup .content .button {
    font-weight: 300;
    box-shadow: none;
    min-width: 12em;
    min-width: auto;
    margin-top: 10px;
    font-size: 1.25em;
    padding: .5em 1em;
    line-height: 1em;
    margin-right: .5em;
    margin-bottom: 2px;
    height: auto;
    border-radius: 4px;
    color: #FFF; }
    .setup .content .button.button-primary {
      background-color: #00b300;
      border-color: green;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 green;
      text-shadow: 0 -1px 1px green, 1px 0 1px green, 0 1px 1px green, -1px 0 1px green;
      margin: 0;
      opacity: 1; }
    .setup .content .button:hover {
      box-shadow: none; }
.setup .return-to-dashboard {
  font-size: .85em;
  color: #b5b5b5;
  margin: 1.18em 0;
  display: block;
  text-align: center; }
