.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
}
.login-left,
.login-right {
  width: 50%;
}
.login-left {
  background-image: url("../../../server/images/cms/login/76238309.jpg");
  background-position: center;
  background-size: cover;
}
.login-left-us {
  background-image: url("../../../server/images/cms/login/wepage_us.jpg");
  background-position: center;
  background-size: cover;
}
.login-right {
  background: #f8fafa;
}
.login-right #footer {
  width: 100%;
}
.login-right #footer .copyright {
  color: #333;
}
.login-lang-select {
  display: block;
  list-style-type: none;
  margin: 16px;
  text-align: right;
}
.login-lang-select li {
  display: inline;
}
.login-main {
  width: 75%;
  margin: 0 auto;
}
.login-main p {
  line-height: 24px;
}
#cms-form-login {
  padding: 48px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#cms-form-login legend {
  border: none;
  text-align: center;
}
#cms-form-login .input-text-std,
#cms-form-login .btn-std-cta {
  width: 100%;
}
#cms-form-login form {
  margin-bottom: 0;
}
.login-input-area {
  margin-bottom: 20px;
}
.login-input-area label {
  font-size: 16px;
  cursor: default;
}
.login-forget-password {
  margin: 12px 0 32px;
}
/*一定以上の高の場合にのみ天地中央など位置調整*/
@media screen and (min-height:620px) {
  .login-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .login-left,
  .login-right {
    height: 100vh;
  }

  .login-lang-select {
    position: absolute;
    top: 0;
    right: 0;
  }

  .login-right #footer {
    position: absolute;
    bottom: 0;
  }
}