body {
  color: #333;
  background-color: #e6e6df;
  background-image: url(/static/images/greige_mesh.png);
  background-repeat: repeat;
  min-width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.page-content-wrapper {
  padding-top: 25px;
  padding-bottom: 80px;
}
.dlb-alert.dlb-alert-error {
  color: #991200;
  background-color: #fdd6d1;
}
.dlb-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  border-radius: 4px;
  border: none;
}
h1 {
  font-size: 24px;
  line-height: 40px;
}
.dlb-login-panel {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  padding: 30px 60px 60px 60px;
  margin: 90px auto 20px auto;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: solid 1px #fafafa;
  text-shadow: 0 1px #fff;
  box-shadow: 0 0 2px 1px #d1d1c8;
}
.dlb-form {
  margin: 0;
  padding: 0;
}
.dlb-form h1 {
  margin-top: 5px;
  font-weight: normal;
  color: #54636E;
}
.dlb-form input {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  box-sizing: border-box;
}
.dlb-form label {
  font-weight: normal;
  font-size: 16px;
}
span.dlb-skip-small {
  height: 16.5px;
}
span.dlb-skip-big {
  height: 33px;
}
span.dlb-skip-small,
span.dlb-skip-big {
  display: block;
}
.dlb-btn,
input.dlb-btn {
  background-color: #e0e0e0;
  background-image: linear-gradient(#ededed, #dedede);
  background-repeat: repeat-x;
  border: 1px solid #b6b6b6;
  border-radius: 4px 4px 4px 4px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal !important;
  line-height: 22px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 1px 0 rgba(250, 250, 250, 0.55);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.dlb-btn-primary,
input.dlb-btn-primary {
  background-color: #004172;
  background-image: linear-gradient(#006ab9, #005ba0);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.55);
  border: 1px solid #06547c;
}
.dlb-btn-lg,
input.dlb-btn-lg {
  font-size: 19px;
  padding: 9px 19px;
}
