@charset "utf-8"; /* encoding */

@import url("micro-motion.css");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
input {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
option,
button {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}
img,
fieldset,
iframe {
  border: 0;
}
ul,
ol {
  list-style: none;
}
img,
a,
input,
select,
button {
  vertical-align: top;
}
em,
address,
dfn,
cite {
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
}
a {
  color: #363636;
  text-decoration: none;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
label,
button {
  cursor: pointer;
}
button {
  border: 0 none;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
}
body {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
input[type="text"],
input[type="password"] {
  outline: none;
}

#login {
  width: 100%;
  height: 100%;
  background: rgba(234, 238, 242, 1);
}

.form_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  width: 510px;
}
.login_box {
  width: 100%;
}
.login_box .login_Logo {
  text-align: center;
}
.pw_show {
  cursor: pointer;
}
#loginForm {
  background: rgba(246, 250, 254, 1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  padding: 32px;
  border-radius: 12px;
  margin-top: 32px;
}
.login_box #loginForm ul li {
  position: relative;
}
.login_box #loginForm ul li img {
  position: absolute;
  top: 8px;
  right: 8px;
}

.login_box input,
#btnLogin {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
}

.login_box input {
  color: #000000;
  padding: 0px 14px;
  height: 56px;
  background-color: transparent;
  margin-bottom: 16px;
  border: 1px solid rgba(113, 120, 125, 1);
}
#btnLogin {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin-top: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #cccccc;
  color: rgba(23, 28, 31, 0.38);
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#btnLogin.error {
  background-color: #ba1a1a !important;
  color: #ffffff !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
#btnLogin:not(:disabled) {
  background-color: #33424f;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

#btnLogin:not(:disabled):hover,
#btnLogin:not(:disabled):focus,
#btnLogin:not(:disabled):active {
  background-color: #33424f;
  color: #ffffff;
  opacity: 0.9;
}

.login_box input:focus {
  border: 3px solid #33424f;
}
/*New login page css*/
#dialog.dialog.warning {
  background-color: #e5e9ed;
  border-radius: 28px;
}
#dialog.dialog.warning .dialog-titlebar {
  background-color: transparent;
  margin: 0;
  border-radius: 0;
  padding: 64px 24px 16px;
  /* background-image: url(/oceans/image/newui/icon-bel.svg); */
  background-repeat: no-repeat;
  background-position: center top 24px;
}
#dialog.dialog.warning .dialog-titlebar h3 {
  height: auto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  color: var(--na-sys-light-on-surface);
}
#dialog.dialog.warning .dialog-titlebar .dialog-icon-close {
  display: none;
}
#dialog.dialog.warning .dialog-content {
  padding: 0 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--na-sys-light-on-surface-variant);
  margin: 0;
  background-color: transparent;
}
#dialog.dialog.warning .dialog-buttonpane {
  padding: 24px;
  height: auto;
  background-color: transparent;
}
#dialog.dialog.warning .dialog-buttonpane button {
  height: auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 500;
  padding: 10px 12px;
}
#dialog.dialog.warning .dialog-buttonpane button.btn-msg-ok {
  color: #196584 !important;
}
#dialog.dialog.warning.type02 {
  width: 440px !important;
  height: auto !important;
  border-radius: 24px !important;
  border: none;
  left: 50% !important;
  top: 50% !important;
  transform: translate3d(-50%, -50%, 0);
}
#dialog.dialog.warning.type02 .dialog-titlebar {
  padding: 56px 24px 16px;
}
#dialog.dialog.warning.type02 .dialog-titlebar h3 .dialog-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: var(--na-sys-light-on-surface);
  width: 100%;
  left: 0;
  top: 0;
  height: auto;
}
#dialog.dialog.warning.type02 .dialog-content {
  padding: 8px 24px 24px;
  margin: 0;
  background-color: transparent;
  min-width: inherit;
  max-width: inherit;
  width: 100%;
  height: auto !important;
  border-bottom: none !important;
}
#dialog.dialog.warning.type02 .dialog-content > p.message {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--na-sys-light-on-surface-variant);
}
#dialog.dialog.warning.type02 .dialog-buttonpan {
  padding: 0 24px 24px;
}
#dialog.dialog.warning.type02 .dialog-titlebar {
  background-image: url(./image/icon-alert-gray.svg);
}
#dialog.dialog.warning.type02 .dialog-titlebar .dialog-titlebar-image {
  display: none;
}
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-ok,
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-detail,
#dialog.dialog.warning.type02 .dialog-buttonpane .dialog-buttonset .btn-msg-ok,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-detail,
#dialog.dialog.Confirmation .dialog-buttonpane .dialog-buttonset .btn-msg-no {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--na-sys-light-primary);
  padding: 8px 16px;
  height: auto;
  border-radius: 20px;
  border: 1px solid #71787d;
  box-shadow: none;
  margin: 0;
  text-shadow: none;
}
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-ok:hover,
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-detail:hover,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-ok:hover,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-detail:hover,
#dialog.dialog.Confirmation
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-no:hover {
  background: rgba(25, 101, 132, 0.08) !important;
}
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-ok:focus,
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-detail:focus,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-ok:focus,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-detail:focus,
#dialog.dialog.Confirmation
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-no:focus {
  background-color: var(--na-state-layers-light-primary-opacity-012);
}
#dialog.dialog.alert .dialog-buttonpane .dialog-buttonset .btn-msg-ok:active,
#dialog.dialog.alert
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-detail:active,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-ok:active,
#dialog.dialog.warning.type02
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-detail:active,
#dialog.dialog.Confirmation
  .dialog-buttonpane
  .dialog-buttonset
  .btn-msg-no:active {
  background-color: var(--na-state-layers-light-primary-opacity-012);
}
#dialog.dialog.alert .dialog-buttonpane button:not(:first-child),
#dialog.dialog.warning.type02 .dialog-buttonpane button:not(:first-child),
#dialog.dialog.Confirmation .dialog-buttonpane button:not(:first-child) {
  margin-left: 8px !important;
}
/* ===============================
   Azure SSO Button Styles Start
   =============================== */
.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #6c6b6b;
  font-weight: bold;
}
.or-divider::before,
.or-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.or-divider:not(:empty)::before {
  margin-right: .75em;
}
.or-divider:not(:empty)::after {
  margin-left: .75em;
}
.azure-btn {
font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: black;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 8px; /* 더 부드럽게 */
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease; /* 부드러운 hover 효과 */
}

.azure-btn img {
  height: 20px;
  margin-right: 10px;
}

.azure-btn:hover {
  background-color: #0078D4;
  color: white;
}

.azure-btn img {
  height: 20px;
  margin-right: 10px;
}
.sso-container {
  margin-top: 20px;
}
/* ===============================
   Azure SSO Button Styles end
   =============================== */
/* ===============================
   Login Box Animation start
   =============================== */
.fade-in-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-up.show {
	opacity: 1;
	transform: translateY(0);
}
/* ===============================
   Login Box Animation end
   =============================== */