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

.Login_wrap{
  padding: 15px;
  width:50%;
  margin: auto;
  /*position: absolute;*/
  background-color: white;
}
.Login_wrap2{
  padding: 15px 35px;
}
.Form{
  width: 100%; 
  min-height: 600px; 
  backdrop-filter: blur(21px)
}
.Mailadress{
  /*left: 61px; 
  top: 97px; 
  position: absolute; */
  margin-top: 30px;
  font-size: 16px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word
}
.MailInput{
  width: 100%;
  min-height: 44px;
  /*left: 63px; 
  top: 141px; 
  position: absolute; */
}
.password_flex_container{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.flex-child {
  flex: 1;
}
.PasswordFoget a{
  /*left: 197px; 
  top: 268px; 
  position: absolute; */
  width: max-content;
  /*float: right;
  clear: both;*/
  color: #1143F4; 
  color:#95a5df;
  font-size: 16px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}
.Password{
  /*left: 61px; 
  top: 268px; 
  position: absolute; */
  font-size: 16px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}
.PasswordInput{
  width:100%;
  min-height: 44px;
  /*left: 63px; 
  top: 312px; 
  position: absolute; */
}

.MemolyPassword{
  /*left: 86px; 
  top: 395px; 
  position: absolute; */
  margin-top: 30px;
  font-size: 16px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}


.SignIn{
  width: 100%;
  height: 38px; 
  font-size: 24px; 
  font-family: Irish Grover; 
  font-weight: 400; 
  word-wrap: break-word;
}
.LoginBtn{
  margin-top: 30px;
  font-size: 20px;
  width: 100%;
  height: 57px; 
  /*top: 75%;
  position: absolute; */
  border-radius: 10px;
  cursor: pointer;
  line-height:28px;
}
.to_sign_up{
  font-size: 15px; 
 /* margin-top: 50px;*/
  bottom: 20px;
  position: absolute;
}
.to_aim{
  /*left: 448px; 
  top: 126px; 
  position: absolute; */
  font-size: 15px; 
  bottom: 0;
  position: absolute;
  /*font-family: Irish Grover; 
  font-weight: 400; 
  line-height: 38.05px; 
  letter-spacing: 5.28px; 
  word-wrap: break-word;*/
}