.microsoft-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 24px;
  margin: 20px 0;
  background-color: #ffffff;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #5e5e5e;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.microsoft-login-btn:hover {
  background-color: #f3f3f3;
  border-color: #8c8c8c;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  text-decoration: none;
  color: #5e5e5e;
}

.microsoft-login-btn:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  transform: translateY(1px);
}

.microsoft-icon {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}

.divider-line {
  flex: 1;
  height: 1px;
  background-color: #d1d1d1;
}

.divider-text {
  padding: 0 15px;
  color: #737373;
  font-size: 14px;
  font-weight: 500;
}
