body {
  background: url("/images/backend/auth-background.jpg") no-repeat center/cover;
  height: 100vh; }
  @media screen and (min-width: 767px) {
    body #app {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translateX(-50%); } }
  @media screen and (max-width: 767px) {
    body #app {
      padding-top: 100px; } }
  body input {
    color: #222d32; }
  body input:focus {
    border-color: rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.075) !important; }
  body input:-webkit-autofill,
  body input:-webkit-autofill:hover,
  body input:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(34, 45, 50, 0.9) inset !important;
    transition: background-color 5000s ease-in-out 0s !important; }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(34, 45, 50, 0.65); }
  body .panel {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85); }
    body .panel > .panel-heading {
      background-color: rgba(255, 255, 255, 0.5);
      font-size: 17px;
      padding: 5px 15px; }
  body label {
    color: #222d32; }
  body .btn.btn-primary {
    background-color: #222d32;
    color: white;
    border-color: rgba(34, 45, 50, 0.65);
    transition: 0.5s; }
    body .btn.btn-primary:hover {
      background-color: rgba(34, 45, 50, 0.9);
      border-color: #222d32; }
  body .btn.btn-link {
    color: #222d32; }
    body .btn.btn-link:hover {
      color: #222d32; }

/*# sourceMappingURL=auth.css.map */
