html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  /* This is a font-stack that tries to use the system-default sans-serifs first */
  font-family: 'Roboto', Helvetica, Arial;
  line-height: 1.5;
  min-height: 100vh;
  max-width: 100%;
  ooverflow-x: hidden;
  background: #f6f6f6;
  -webkit-font-smoothing: antialiased;
}
iframe {
  height: 100vh;
  width: 100%;
  border: none;
}

/* Auth page css */
iron-input > input {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1rem;
  position: relative;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: transparent;
  border: none;
  color: var(--paper-input-container-input-color, var(--primary-text-color));
  -webkit-appearance: none;
  text-align: inherit;
  vertical-align: var(--paper-input-container-input-align, bottom);
}
paper-input-container > *[slot='prefix'] {
  margin-right: 4px;
}

auth-card > paper-card {
  position: relative;
  bottom: 40%;
  margin: 0 auto;
  max-width: 32rem;
}
auth-card > paper-card h5 {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
  text-transform: inherit;
  text-decoration: inherit;
  font-weight: normal;
  color: var(--mdc-theme-primary);
  margin: 0;
}
auth-card > paper-card > .card-content {
  padding: 1.5625rem;
}
auth-card > paper-card > .card-content > p {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
}
auth-card > paper-card > .forgot-password {
  width: 100%;
  position: relative;
  bottom: -1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  height: 0px;
}
lls-app-wrapper[signedin] #outletAuth {
  display: none;
}
lls-app-wrapper lls-app {
  display: none;
}
lls-app-wrapper #outletAuth {
  display: block;
}
lls-app-wrapper[signedin] lls-app {
  display: block;
}
a {
  color: #929aff;
  text-decoration: none;
}

lls-app-wrapper[unresolved] {
  display: none;
}
