body{
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}


@media (max-width: 767px) and (min-width: 375px) {
  body {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}

.signup-page {
  width: 80%;
  height: 618px;
  text-align: center;
  padding: 40px;
  max-width:1200px;
}

.text-para {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0;
  font-size: 16px;
  width: 100%;

}

.loginimg {
  width: auto;
  height: 100%;
  margin: 0 auto 20px;
  max-width: 100%;
}

.loginform {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  gap: 24px;
}

.emailform {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 98px;
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  gap: 16px;
  margin-bottom: 20px;
}

.nickname {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 98px;
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  gap: 16px;
  margin-bottom: 20px;
}

.innertext {
  font-size: 16px;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #f3f4f6;
  outline: none;
  gap: 10px;
  max-width: 100%;
}

.pswdform {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 1.2rem;
  color: #333;
  width: 100%;
  height: 98px;
  font-weight: 700;
  gap: 16px;
  margin-bottom: 20px;
}

.checkpswd {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
  height: 98px;
  font-weight: 700;
  color: #333;
  font-size: 1.2rem;
  gap: 16px;
  margin-bottom: 20px;
}

.signup-btn {
  width: 100%;
  height: 56px;
  background-color: #3692ff;
  color: #f3f4f6;
  font-size: 2rem;
  font-weight: 600;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 15px;
}

.easylogin {
  background-color: #e6f2ff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 74px;
  gap: 10px;
  padding: 20px auto;
  margin-top: 20px;
}