.login-container {
  height: 100vh;
  padding: 25px;
}

.login_page-content h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #1A1A1A;
}

.login_page-content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
}

.login-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 95vh;
  padding: 40px;
}

.login-box img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.login-image {
    height: 92vh;
}

.btn-microsoft {
  background-color: #ffffff;
  border: 1px solid #ccc;
  color: #000;
  font-weight: 500;
}

.btn-microsoft img {
  width: 20px;
  margin-right: 8px;
}

.footer-text {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: #222;
}

.logo span {
  color: #66cc66;
}