@import url("/styles/pretendard-gov.css");

html { font-size: 16px; }
.ui, .header, input {
  font-family: "Pretendard GOV", Lato, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  font-weight: 400;
}
body {
  font-size: 16px;
  word-break: keep-all;
  background-image: url("/images/background.webp");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-content, .login-content > .grid {
  height: 100%;
  margin: 0;
}
.login-content .column {
  max-width: 480px;
}
.login-content h2.ui.icon.header > i,
.login-content h2.ui.icon.header > div {
  color: rgba(255, 255, 255, 0.75);
}
.login-content .ui.message.authentification {
  font-size: 14px;
}
.login-content .ui.message.authentification .ui.error.message {
  display: block;
}
.hidden {
  display: none !important;
}
.login-content .ui[class*="center aligned"] .field {
  text-align: left;
}
.login-content .toggle-password-visibility i.eye.icon {
  width: 1.3em;
}
