main{
  left:0; top:0; width: 100%; 
  padding:15px;
}
/* スマートフォン用：画面幅が600px以下 */
@media only screen and (max-width: 600px) {
  main{padding:0;}
}

.Newuser_wrap{
  padding: 15px;
  width:50%;
  margin: auto;
  background-color: white;
}
.Newuser_wrap2{
  padding: 15px 35px;
}
.Form{
  width: 100%; 
  min-height: 600px; 
  backdrop-filter: blur(21px)
}
.SignIn{
  margin-top: 30px;
  font-size: 24px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}
.inputTitle{
  width: 100%;
  font-size: 16px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}
input{
  width: 100%;
  min-height: 44px;
  border: 0.50px #C5BCBC solid;
}
.Name{
  margin-top: 30px;
}
.Mailadress{
  margin-top: 30px;
}
.Password{
  margin-top: 30px;
}
.Password2{
  margin-top: 30px;
}
.LoginBtn{
  margin-top: 30px;
  font-size: 20px;
  width: 100%;  
  height: 57px;
  background: #6343FF; 
  border-radius: 10px;
  cursor: pointer;
}
.to_sign_up{
  font-size: 15px; 
  bottom: 20px;
  position: absolute;
}
.to_aim{
  font-size: 15px; 
  bottom: 0;
  position: absolute;
}