html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background: #e5e5e5;
  line-height: 1.4em;
  font-size: 13px;
  color: #000; }

.logo {
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0 0 1px #fecb00;
  font-weight: bold;
  font-size: 36px;
  margin: 0; }
  .logo small {
    color: #141414; }

.m-b-0 {
  margin-bottom: 0px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-t-0 {
  margin-top: 0px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-15 {
  margin-top: 15px; }

.panel-zueblin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .panel-zueblin .page-header {
    padding: 15px;
    margin-bottom: 0; }
  .panel-zueblin .panel-heading {
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-shadow: 0 0 1px #fff;
    padding-bottom: 0; }
  .panel-zueblin .panel-footer {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.control-label {
  font-weight: normal; }

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.input-group-addon {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  min-width: 50px; }

.copyright {
  text-align: center;
  font-size: 11px;
  color: #757575; }

.alert {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.09), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .alert.alert-success {
    background: #8bc34a;
    color: #ffffff; }
  .alert.alert-danger {
    background: #e84e40;
    color: #ffffff; }
  .alert.alert-info {
    background: #03a9f4;
    color: #ffffff; }
  .alert.alert-warning {
    background: #f0ad4e;
    color: #ffffff; }
  .alert .close {
    opacity: 1;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.4); }
    .alert .close:hover {
      color: rgba(255, 255, 255, 0.8); }

/*# sourceMappingURL=siteadmin-login.css.map */
