.page-template-template-login >div.container {
  margin: 0;
  width: 100%;
}
#account {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
#account .account-wrap:after {
    content:" ";
    display:block;
    clear:both;
}
#account .account-wrap {
  padding: 60px;
  margin: 0;
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
    content:" ";
    display:block;
    clear:both;
}
#theme-my-login {
  border: solid 1px #D4D8D8;
  padding: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#account .login-header {
  text-align: center;
  margin-bottom: 20px;
}
#account .login-header h2 {
 font-size: 2em;
 font-weight: bold;
 margin-bottom: 20px;
}
#account .ex_ {
  text-align: right;
}
#account .form-submit {
  margin-top: 20px;
}
#account .form-submit .btn {
  margin-top: 10px;
  width: 300px;
  max-width: 90%;
}
#account .registbox {
  display: block;
  width: 400px;
  float: right;
  margin-right: 40px;
  background-color: #fdfdfd;
  max-width: 100%
}
.regist-message {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.9);
/*   text-shadow: 0px 0px 1px #fff; */
}
.regist-message h1 {
  line-height: 1.6;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 10px;
}
.regist-message h1 span {
  display: inline-block;
}
.regist-message p {
  padding: 0 10px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
}
#account .loginbox {
  display: block;
  margin: 0 auto;
  width: 500px;
  background-color: #fdfdfd;
  max-width: 100%
}
#account .profilepage h2,
#account .resetpage h2 {
  font-size: 1.6em;
  border-bottom: solid 1px #888;
  font-weight: normal;
  padding: 0 0 15px 0;
  margin: 0 15px 20px 15px;
}
#account .resetbox p {
  margin-bottom: 30px;
}
#account .resetbox {
  display: block;
  margin: 0 auto;
  width: 800px;
  background-color: #fdfdfd;
  max-height: 100%
}
#account .error {
  width: 100%;
  background: #fd3849;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  text-align: center;
}
#account .message {
  width: 100%;
  background: #3853fd;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  text-align: center;
}
#account .avatar {
  margin-left: auto;
  margin-right: auto;
}
#account .avatar th {
  width: 25%;
  vertical-align: middle;
  text-align: right;
}
#account .avatar td {
  width: 50%;
  vertical-align: middle;
  padding: 15px 30px;
}
#account .mpp_add_media img {
  width: 140px;
  height: 140px;
}
#account .mpp_add_media.btn {
  float: right !important;
  margin-top: -30px !important;
}
#account #metronet-remove {
  background-color: #d9534f !important;
  padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    width: 70px !important;
    height: 30px !important;
    top: 75px !important;
    right: -100px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
}
#metronet-remove:before {
  display: none !important;
}
#account .additionalinfo {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding-top: 15px;
  padding-bottom: 10px;
}
#account #user_type label {
  margin: 0 5px 5px 0;
}
#account #user_type .business {
  color: #342a65
}
#account #user_type  .help-block {
  color: #e58333
}
/* パスワードリセットページ */
#pass1-text {
/*   margin: 3px 0; */
}
#pass-strength-result {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 10px 2px;
}
#pass-strength-result.bad {
  color: #d9534f;
  background-color: #f2dede;
}
#pass-strength-result.good {
  color: #f0ad4e;
  background-color: #fcf8e3;
}
#pass-strength-result.strong {
  color: #5cb85c;
  background-color: #dff0d8;
  margin: 3px 0;
}
#pass-strength-result.short {
  color: #eee;
  background-color: #d9534f;
}
.password-input-wrapper {

}
.password-input-wrapper.show-password {

}
.password-input-wrapper input[type="text"]{
  display: none;
}
.password-input-wrapper input[type="password"]{
  display: block;
}
.password-input-wrapper.show-password input[type="password"]{
  display: none;
}
.password-input-wrapper.show-password input[type="text"]{
  display: block;
}
.password-input-wrapper span{
  display: none;
  width: 3em;
}
.password-input-wrapper span.show{
  display: inline;
}
@media(max-width:480px) {
    #account .account-wrap {
      background-size: contain;
      background-position: left top;
    }
    #account .account-wrap {
      padding: 0;
      }
    #account .resetpage {
      margin-top: 20px;
    }
    #account #theme-my-login {
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }
    #account .loginbox ,
    #account .resetbox,
    #account .registbox {
        width: 100%;
        margin: 0;
    }
    #account .login-header h2 img {
      max-width: 90%;
    }
    #account .message,
    #account .error {
      position: relative;
    }
    .regist-message {
      text-align: right;
      padding-bottom: 20px;
      position: relative;
      bottom: 0;
      left: 0;
      margin: 0;
      width: 100%;
      font-size: 1em;
      background-color: rgba(0, 0, 0, 0.3);
    }
    .regist-message p {
      background-color: transparent;
    }
    .regist-message h1 {
      background-color: transparent;
        font-size: 2em;
        margin-top: 0;
      }
}