@charset "utf-8";

/*
  File Name   : otasuke-lostpassword.css
  Description : コンテンツエリア関係 他
*/

/*
============================================================ */
/* otasuke lostpassword
============================================================ */
body.login {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(../img/common/otasuke-kv-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body.login::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url(../img/common/otasuke-kv-dot.png) 0 0 repeat;
  background-size: auto;
  background-size: 4px auto;
}
body.login #login {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  max-width: 530px;
  margin: 0 20px;
  padding: 50px 46px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.4);
}
body.login h1 {
  margin-bottom: 40px;
}
body.login h1 a {
  width: 180px;
  height: 47px;
  background-image: url(../img/common/otasuke-main-logo-color.png);
  background-size: 180px auto;
}
body.login #login_error,
body.login .message,
body.login .success {
  border-top: 1px solid #fbfbfb;
}
body.login form {
  margin-top: 0;
  padding: 0 4px 4px;
  border: none;
  box-shadow: none;
}
body.login form input[type="text"],
body.login form input[type="password"] {
  box-sizing: border-box;
  max-width: 100%;
  margin-right: 0;
  padding: 15px 20px;
  border: none;
  border-radius: 6px;
  background-color: #f4f4f4;
  font-size: 16px;
  -webkit-appearance: none;
}
body.login form .button.wp-hide-pw {
  width: 3.269rem;
  height: 3.269rem;
}
body.login #backtoblog,
body.login #nav {
  padding: 0;
  text-align: center;
}
body.login #backtoblog:last-child,
body.login #nav:last-child {
  margin-bottom: 0;
}
body.login #backtoblog a,
body.login #nav a {
  color: #2271b1;
  text-decoration: underline;
}
body.login #backtoblog a:hover,
body.login #nav a:hover,
body.login #backtoblog a:active,
body.login #nav a:active {
  text-decoration: none;
}
body.login #backtoblog a:visited,
body.login #nav a:visited {
  color: #2271b1;
}
@media screen and (max-width: 811px) {
  body.login #login {
    padding: 30px 26px;
  }
}
