﻿body {
  background: #373b3e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body input[type="text"].error,
body input[type="password"].error,
body textarea.error {
  background: #fce5e3 !important;
  color: #f44336 !important;
}
body.login-content:before {
  background: #373b3e;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -200px;
  max-height: 70px;
}
/*# sourceMappingURL=login.css.map */