.login-company-logo {
  display: block;
  width: min(520px, 100%);
  height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 14px;
}

.brand {
  display: block;
  padding: 8px;
}

.sidebar-company-logo {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px;
  background: #fff;
  border-radius: 10px;
}

.brand > small {
  display: block;
  width: 100%;
  margin-top: 16px;
  color: #afcabe;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .055em;
}

@media (max-width: 760px) {
  .sidebar-company-logo {
    width: min(250px, 75vw);
    margin: auto;
  }
}

#installApp {
  white-space: nowrap;
}

.login-panel #installApp {
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
}

.install-guide {
  text-align: left;
}

.install-guide > img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 4px auto 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.install-guide li {
  margin: 9px 0;
  line-height: 1.45;
}

@media (min-width: 761px) {
  tr[data-history-row] > td:nth-child(2),
  tr[data-history-row] + tr > td:nth-child(2) {
    width: 118px;
    min-width: 118px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    font-variant-numeric: tabular-nums;
  }
}

@media (max-width: 760px) {
  #installApp {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
}

.email-prefix {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #becac1;
  border-radius: 9px;
  background: #fff;
}

.field .email-prefix input {
  min-width: 70px;
  padding-right: 4px;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.email-prefix span {
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  color: #61736a;
  white-space: nowrap;
}

.email-prefix:focus-within {
  border-color: var(--green2);
  box-shadow: 0 0 0 3px #1d674e20;
}

@media (max-width: 420px) {
  .email-prefix span { padding-right: 8px; font-size: 12px; }
}

#newReport {
  min-width: 154px;
  min-height: 50px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .01em;
  box-shadow: 0 8px 22px #154f3c26;
}

@media (max-width: 760px) {
  #newReport {
    width: 100%;
    min-height: 56px;
    padding: 13px 16px;
    font-size: 17px;
    border-radius: 12px;
  }
}
