.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 120px);
  gap: 20px;
  background-color: #1e1d20;
  width: 100%;
}

.loadingImg {
  width: 300px;
  height: 300px;
}

.webIcon_div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.webIcon_div img {
  width: 80px;
  height: 80px;
}
.webIcon_div a {
  font-size: 26px;
}
.webIcon_div a:hover {
  color: #007BFF;
}

.logInNotice_p {
  font-size: 16px;
  color: white;
}

.oauth2Login_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-content: center;
}
.oauth2Login_div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #989898;
}
.oauth2Login_div a:hover {
  color: #000000;
}

/*# sourceMappingURL=logIn.css.map */
