body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#login {
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.login_logo_img {
  width: 100%;
  height: 40%;
  display: flex;

  justify-content: center;
  align-items: center;
}

.login_logo_img > img {
  width: 40%;
}

.login_inputs {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.login_inputs input {
  width: 70%;
  font-family: Pretendard-Regular;
  font-style: normal;
}

.login_inputs_login_btn {
  width: 80%;
  padding: 10px 16px;
  background-color: #8f00ff;
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  border-radius: 100px;
}

.login_inputs_joinGo {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.login_inputs_joinGo > a {
  color: #8f00ff;
  text-decoration: none;
}

.login_sns_logins {
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.login_sns_logins_lines_box {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login_sns_logins_lines {
  width: 40%;
  background-color: #dbdbdb;
  height: 1px;
}

.login_sns_logins_lines_box > p {
  padding: 0;
  margin: 0;
  margin-top: -8px;
  font-size: 18px;
}

.login_sns_logins > img {
  width: 80%;
}
