.microsoft-login-page .two-factor-icon--lock {
  width: 36px;
}

.microsoft-login-page .two-factor-icon--lock img {
  width: 36px;
}

.microsoft-calendar-icon {
  position: relative;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.microsoft-calendar-icon img {
  position: absolute;
  top: -20.57%;
  left: -25.93%;
  display: block;
  width: 151.85%;
  height: 145.39%;
  max-width: none;
}

.two-factor-card--microsoft-missing-calendar h1 {
  font-size: 28px;
  letter-spacing: -1.4px;
  white-space: nowrap;
}

.microsoft-calendar-retry {
  width: 100%;
  text-align: center;
}

.microsoft-signin-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 520px) {
  .two-factor-card--microsoft-missing-calendar h1 {
    white-space: normal;
  }

  .microsoft-signin-actions {
    flex-wrap: wrap;
  }
}
