@font-face {
  font-family: "Origin01";
  src: url(assets/assets/fonts/Origin01-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Origin01";
  src: url(assets/assets/fonts/Origin01-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "KanjiStrokeOrders";
  src: url(web_assets/KanjiStrokeOrders_v4.004.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  position: relative;
}

body {
  height: 100%;
  overflow: auto;
  position: relative;
  margin: 0;
  padding: 0;
}

.login-page-container {
  font-family: Origin01, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #212423;
}

@keyframes bg {
  0% {
    transform: translate3d(100px, 100px, 0) rotate(40deg);
  }
  20% {
    transform: translate3d(200px, -150px, 0) rotate(20deg);
  }
  50% {
    transform: translate3d(-100px, -200px, 0) rotate(90deg);
  }
  80% {
    transform: translate3d(-80px, 200px, 0) rotate(70deg);
  }
  100% {
    transform: translate3d(100px, 100px, 0) rotate(40deg);
  }
}
#login-page-background-canvas {
  position: fixed;
  width: 300vw;
  height: 300vh;
  top: -100vh;
  left: -100vw;
  animation: bg 60s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;
}

.login-form {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 424px;
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 40px 32px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  border: none;
}
.login-form .logo {
  width: 240px;
  height: 48px;
  margin: 0 0 24px 0;
  padding: 0;
}
.login-form .input-container {
  margin: 0 0 24px;
}
.login-form .input-with-label {
  position: relative;
}
.login-form .input-with-label input:focus + span,
.login-form .input-with-label input:not(:placeholder-shown) + span,
.login-form label[for=school].show-dialog input + span {
  color: #212423;
  background-color: #fff;
  padding: 2px 12px;
  transform: translateY(-20px) translateX(-6px) scale(0.6);
}
.login-form .label {
  pointer-events: none;
  position: absolute;
  will-change: transform;
  top: 0;
  left: 24px;
  height: 20px;
  font-size: 20px;
  font-family: Origin01, Arial, sans-serif;
  color: #c2ccc9;
  transform-origin: 0 0;
  transition: all 0.2s ease;
}
.login-form input {
  font-size: 20px;
  font-family: Origin01, Arial, sans-serif;
  border-radius: 8px;
  border: 2px solid #e7ebe9;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 24px;
  -webkit-appearance: none;
}
.login-form input#school {
  padding: 7px 32px 7px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-form input:focus {
  transition-duration: 0.3s;
  transition-delay: 0s;
  outline: none;
}
.login-form .error input, .login-form .error .label {
  color: #ff5555 !important;
  border-color: #ff5555 !important;
}
.login-form .error-container {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #ff5555;
  text-align: left;
  margin: 0 0 10px 26px;
  padding-top: 4px;
}
.login-form .error-container.show {
  display: block;
}
.login-form .policy {
  color: #c2ccc9;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.login-form .policy a {
  color: #c2ccc9;
  text-decoration-color: #c2ccc9;
}
.login-form .login-button {
  position: relative;
  width: 288px;
  height: 56px;
  margin-top: 0;
  box-sizing: border-box;
  border-radius: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(0, 204, 136, 0.2);
  padding: 14px 40px;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Origin01, Arial, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.login-form .login-button:focus {
  outline: none;
}
.login-form .login-button__inner {
  position: relative;
  z-index: 10;
}
.login-form .login-button.ripple:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 153, 102, 0.2);
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.login-form .login-button.ripple {
  background-color: #00cc88;
}
.login-form__bar {
  background-color: #e7ebe9;
  border: none;
  height: 1px;
  margin: 24px 0 23px;
}
.login-form .sso-login-button {
  background-color: #fff;
  border-radius: 36px;
  padding: 17px 0;
  font-size: 22px;
  line-height: 1;
  width: 288px;
  vertical-align: middle;
  border: solid 2px #e7ebe9;
  text-align: center;
  font-family: Origin01, Arial, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.login-form .sso-login-button:focus {
  outline: none;
}
.login-form .sso-login-button__icon-container {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.login-form .sso-login-button__icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  vertical-align: baseline;
}
.login-form .sso-login-button__icon.google {
  background-image: url(web_assets/logo_google.png);
  background-size: 22px 22px;
}
.login-form .sso-login-button__icon.microsoft {
  background-image: url(web_assets/logo_microsoft.png);
  background-size: 22px 22px;
}
.login-form .sso-login-button__text {
  display: inline-block;
  font-size: 20px;
  margin-left: 17px;
  letter-spacing: 0;
  color: #212423;
}
.login-form .sso-login-button + .sso-login-button {
  margin-top: 24px;
}

.school-input-container .material-icons {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 12px;
  top: -8px;
}
.school-input-container label[for=school].show-dialog .material-icons {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 24 24" width="32"><path d="M0 0h24v24H0z" fill="%2300000000"/><path d="M7,15L12,10L17,15H7Z" fill="rgb(33, 36, 35)"/></svg>') no-repeat center center;
}
.school-input-container label[for=school] .material-icons {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="32" viewBox="0 0 24 24" width="32"><path d="M0 0h24v24H0z" fill="%2300000000"/><path d="M7 10l5 5 5-5z" fill="rgb(194, 204, 201)"/></svg>') no-repeat center center;
}

#loader {
  display: none;
  /* display: flex; */
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#loader span {
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: normal;
  animation: flash 2s infinite;
}

#logo-image {
  width: 50%;
}

@keyframes flash {
  50% {
    opacity: 0.3;
  }
}
#pre-loader {
  display: none;
  animation: flash 2s infinite;
}

.login-dialog-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 36, 35, 0.7);
}

.login-dialog {
  font-family: Origin01, Arial;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  max-width: 360px;
  transform: translate(-50%, -50%);
  padding: 24px 24px 8px 24px;
  border: none;
}
.login-dialog__title {
  font-size: 20px;
  margin: 0;
}
.login-dialog__message {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 40px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.login-dialog__actions {
  margin: 0 -8px 0;
  text-align: right;
}
.login-dialog__actions .ok-button {
  font-family: Origin01, Arial, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #00cc88;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 13px 16px;
}
.login-dialog__actions .ok-button:focus {
  outline: none;
}
.login-dialog__actions .ok-button:hover {
  background-color: #ccf5e7;
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.ripple:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #009966 20%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(5, 5);
  opacity: 0;
  transition: transform 0.3s, opacity 1s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}

.build-info {
  margin: 16px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  text-align: end;
  font-size: 12px;
  line-height: 1.7;
  font-family: Origin01, Arial, sans-serif;
  color: #ffffff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}

.modal-content {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid #c2ccc9;
}

.modal-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal-content li {
  height: 40px;
  padding: 0px 24px;
  margin: 0;
  user-select: none;
  color: #212423;
  list-style: none;
  line-height: 40px;
  font-size: 20px;
  font-family: Origin01, Arial, sans-serif;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-content li.padding {
  height: 16px;
  padding: 0;
  margin: 0;
}

.modal-content li.selected {
  background-color: #f3f5f4;
}

.modal#select-school {
  transition-property: top, height;
  transition-duration: 0.3s, 0.3s;
}

.view-password {
  width: 48px;
  height: 48px;
  float: right;
  margin-right: 8px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
.view-password.visible-off {
  mask: no-repeat center/67%;
  -webkit-mask: no-repeat center/67%;
  mask-image: url(web_assets/icon_invisible.png);
  -webkit-mask-image: url(web_assets/icon_invisible.png);
  background: #c2ccc9;
}
.view-password.visible-on {
  mask: no-repeat center/67%;
  -webkit-mask: no-repeat center/67%;
  mask-image: url(web_assets/icon_visible.png);
  -webkit-mask-image: url(web_assets/icon_visible.png);
  background: #212423;
}

_::-webkit-full-page-media, _:future, :root .login-form .label {
  top: 2;
}

/*# sourceMappingURL=login-screen.css.map */
