.enter {
	background-color: rgb(242, 242, 242);
	width: fit-content;
	padding: 14px;
	border-radius: 100%;
}

.sign-column {
	margin-top: 85px;
}

.login-input {
	border-radius: 5px;
	border: 1px solid #797979;
	background: #FFF;
	width: 100%;
	padding: 8px 8px;
}

.emailsignup h1 {
	font-family: Yu Gothic;
	font-size: 15px;
	font-weight: 500;
}

select {
	height: 38px;
}

.login-input {
	height: 38px;
}

.signup-title h1 {
	font-family: Yu Gothic;
	font-size: 15px;
	font-weight: 500;
}

.signup-red-button {
	border-radius: 50px;
	padding: 10px 25px;
	background-color: var(--red);
	color: #fff;
	border: 1px solid var(--red);
	font-weight: 700;
}

.notice-to-user {
  text-align: left;
  font-size: 15px !important;
  padding: 4px 0px 10px 0px;
  color: orangered;
  background-color: #fff;
  border-radius: 15px;
}

.human {
  color: #797979;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.disable {
   pointer-events: none;
   cursor: default;
}