
a {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

.wrap2 {
  width: 100%;
  
}

.login {
  width: 98%;
  height: 98%;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h2 {
  color: #B03C3CFF;
  font-size: 1.7em;
  margin-top:70px;
}
.login_sns {
  padding: 20px;
  display: flex;
}

.login_sns li {
  padding: 0px 15px;
}

.login_sns a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50px;
  background: white;
  font-size: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4), -3px -3px 5px rgba(0, 0, 0, 0.1);
}

.login_id {
  margin-top: 22px;
  width: 80%;
}

.login_id input {
  width: 90%;
  height: 60px;
  border-radius: 30px;
  margin-top: 10px;
  padding: 0px 20px;
  border: 1px solid #000000FF;
  outline: none;
  font-size: 1.1em;

}

.login_pw {
  margin-top: 20px;
  width: 80%;
}

.login_pw input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  margin-top: 10px;
  padding: 0px 20px;
  border: 1px solid lightgray;
  outline: none;
}

.login_etc {
  padding: 10px;
  width: 80%;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
textarea {
  font-size: 1.2em;
  letter-spacing: 1px;
  width: 93%
 
}

textarea {
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 10px;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 5px;
  border: 1px solid #000000FF;
  height: 60px;
}

.submit {
  margin-top: 17px;
  width: 30%;
  text-align: center;
  margin-bottom:60px;
}
.submit input {
  width: 170px;
  height: 65px;
  border: 0;
  outline: none;
  border-radius: 40px;
  background: #8C5F59FF;
  color: white;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

 #loading {
  	width: 100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	position: fixed;
  	display: block;
  	opacity: 0.6;
  	z-index: 99;
  	text-align: center;
  }
  #loading > img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	z-index: 100;
	text-align: center;
  }
   #loading > p {
    	position: absolute;
    	top: 57%;
    	left: 43%;
    	z-index: 101;
		text-align: center;
  }