@charset "utf-8";

.logo {
  width: fit-content;
  margin: 0 auto;
  margin-top: 70px;
}

h2 {
  color: #777;
  padding-top: 130px;
  padding-bottom: 0;
}

.attention-top {
  width: fit-content;
  margin: 0 auto;
  padding-left: 23px; /*中心からズレて見えるので調整*/
  padding-top: 30px;
}

.attention-bottom {
  width: fit-content;
  margin: 0 auto;
  padding-left: 18px; /*中心からズレて見えるので調整*/
  padding-top: 8px;
  padding-bottom: 100px;
}

.attention-top p,.attention-bottom p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.login {
  width: fit-content;
  margin: 0 auto;
  padding: 40px;
}

label {
  font-size: 1.5em;
  color: #222;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

input[type=text],input[type=password] {
  width: 340px;
  height: 40px;
  padding: 5px 10px;
}

.check {
  width: fit-content;
  margin: 0 auto;
  padding-top: 8px;
}

input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-bottom: 5px;
}

input[type=text]:focus,input[type=password]:focus {
  outline: 0; /*デフォルトのアウトラインを削除*/
  border: solid 2px #FFA166;
}

.email,.password {
  width: fit-content;
  margin-bottom: 12px;
}

.right-align {
  text-align: right;
}

.right-align a {
  color: #41D56E;
  font-size: 0.9em;
  line-height: 2.2;
}

.btn-box {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

.btn-box div {
  border: solid 2px #FFA166;
  border-radius: 3px;
  width: 340px;
  height: auto;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  padding: 1.3em 0;
  margin-bottom: 22px;
}

.sign-in {
  background-color: #FFA166;
  color: #fff;
}

.new-member {
  background-color: #fff;
  color: #FFA166;
}

.password a:hover,.attention-bottom a:hover {
  border-bottom: 1.2px solid #41D56E;
  padding-bottom: 3px;
}