@charset "utf-8";

/*ログインページ*/
.loginbotan {
  background-color: #40e0d0;
  text-align: center;
  height: 280px;
}
.A {
  text-align: center;
}


.name {
  background-color: #424242;
  width: 50%;
  border-radius: 22px;
  margin: auto;
}

.name input {
  font-size: 30px;
  background-color: #424242;
}

.mail {
  background-color: #424242;
  width: 50%;
  border-radius: 22px;
  margin: auto;
  margin-top: 30px;
}

.mail input {
  font-size: 30px;
  background-color: #424242;
}

.password input {
  font-size: 30px;
  background-color: #424242;
}

.password {
  background-color: #424242;
  width: 50%;
  border-radius: 22px;
  margin: auto;
  margin-top: 30px;
}

.sinki {
  text-align: center;
  background-color: #00bfff;
  height: 420px;
  visibility: hidden;
  margin-top: 100px;
}

.sinkitouroku {
  position: relative;
}

.loginbutton {
  margin-top: 30px;
}

h1{
  color:#000000;
}