/* Minimal styling for the Microsoft button block.
   We keep Woffice layout untouched. */

.mssso-box {
  margin-top: 14px;
  text-align: center;
}

#login-block header .mssso-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 280px;
  height: 56px;
  padding: 16px;
  border-radius: 9999px;
  border: 2px solid #e2e8f0;
  opacity: 1;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.015em;
  vertical-align: middle;
  color: inherit;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#login-block header .mssso-btn img {
  display: block;
  width: 20px;
  height: 20px;
      margin: 0;
}

.mssso-hint {
  margin-top: 6px;
  font-size: 12px;
  opacity: .7;
}

@media (max-width: 767px) {
  #woffice-login #woffice-login-left {
    display: none !important;
  }

  #woffice-login #woffice-login-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  #woffice-login #login-block {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 5% 10%;
  }
}
