.login {
  display: flex;
  height: 100vh;
  background-image: url("../../logo/login-background.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}

.login .left {
  max-width: 560px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff94;
}

.login .left .container {
  padding: 3em;
  text-align: center;
  border-radius: 5px;
}

.login .right {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .login .left {
    background-color: transparent;
    width: 100%;
    max-width: 100vw;
  }

  .login .left .container {
    padding: 2em;
    background-color: #ffffff94;
  }

  .login .right {
    display: none;
  }
}

span.login-icon {
  background: url(../../logo/login_button_icon.png) transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 24px;
}

/* Microsoft ログイン ロゴ用 */
span.login-icon-ms {
  background: url(../../logo/login_button_icon_ms.png) transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 24px;
  margin: 0px 12px 0px 12px;
}

/* Microsoft ログイン テキスト用 */
span.login-text-ms {
  font-family: 'Segoe UI';
  font-size: 15px;
  font-weight: 600;
}