



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-Regular;
  src: url('../fonts/raleway/Raleway-Regular.ttf'); 
}

@font-face {
  font-family: Raleway-Medium;
  src: url('../fonts/raleway/Raleway-Medium.ttf'); 
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
  font-family: Raleway-Regular, sans-serif;
  background: #0c0f14;
}


/*---------------------------------------------*/
a {
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/* label {
  display: block;
  margin: 0;
} */

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Raleway-SemiBold;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
  text-transform: uppercase;
}

.txt2 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
}

.txt3 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(20px, 4vw, 40px);
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 0% 100%, rgba(198, 130, 8, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 60% at 100% 0%, rgba(99, 102, 241, 0.14), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(245, 176, 46, 0.06), transparent 70%),
    linear-gradient(168deg, #0a0d12 0%, #121820 42%, #16130e 100%);
}

.container-login100::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 50%, black 20%, transparent 75%);
  pointer-events: none;
}

.container-login100 > * {
  position: relative;
  z-index: 1;
}

.login-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
  width: 100%;
  max-width: 1040px;
}

.login-brand {
  flex: 1 1 280px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  min-height: 0;
  padding: clamp(12px, 2vw, 24px) 0;
}

.temple-title-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 0;
}

.login-main {
  flex: 1 1 320px;
  max-width: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-login100 {
  width: 100%;
  max-width: 420px;
  padding: clamp(26px, 4vw, 34px) clamp(22px, 3vw, 32px);
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 48px -12px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.login_siwtch {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 8px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 4px;
  gap: 4px;
}

.login-role-switch {
  margin: 0 auto 8px;
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  font-family: Raleway-Medium;
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #0f172a;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
}

.login100-form-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #c68208, #f5b02e);
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-radius: 2px;
}


/*---------------------------------------------*/
.input100 {
  font-family: Raleway-Medium;
  color: #0f172a;
  line-height: 1.2;
  font-size: 16px;
  display: block;
  width: 100%;
  background: #f8fafc;
  padding: 13px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.wrap-input100 .btn-show-pass + .input100 {
  padding-right: 48px;
}

.login-main .wrap-input100 .input100:focus {
  border-color: rgba(198, 130, 8, 0.65) !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245, 176, 46, 0.18);
}

.input100:focus {
  border-color: rgba(198, 130, 8, 0.65);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(245, 176, 46, 0.18);
}

.login-main .input100::placeholder {
  color: #94a3b8;
}
/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: none;
  border-radius: 3px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #64748b;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 12px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.btn-show-pass:hover {
  color: #f5b02e;
}

.btn-show-pass.active {
  color: #f5b02e;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: Raleway-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-btn {
  font-family: Raleway-Bold;
  font-size: 17px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(135deg, #b37406, #e89a12, #f5b02e);
  border-radius: 12px;
  padding: 14px 0;
  box-shadow: 0 10px 28px rgba(198, 130, 8, 0.35);
  -webkit-transition: transform 0.2s, box-shadow 0.2s;
  -o-transition: transform 0.2s, box-shadow 0.2s;
  -moz-transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}

.login100-form-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(198, 130, 8, 0.42);
}

.center{
  margin: 0px auto;
}
.white {
  color: rgba(255, 255, 255, 0.9) !important;
}

.white:hover {
  color: #f5b02e !important;
}

.remember-label {
  color: #475569;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.login-forgot-wrap {
  text-align: center;
  margin-bottom: 8px;
}

.login-forgot-link {
  font-size: 13px;
  color: #64748b !important;
  text-decoration: none;
  font-family: Raleway-Medium, sans-serif;
}

.login-forgot-link:hover {
  color: #c68208 !important;
  text-decoration: underline;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .btn-show-pass {
  visibility: hidden;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 3px;
  padding: 4px 25px 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;

  font-family: Raleway-Medium;
  color: #c80000;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.login-toast {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(380px, calc(100vw - 24px));
  padding: 14px 14px 14px 12px;
  border-radius: 12px;
  font-family: Raleway-Medium, Raleway-Regular, sans-serif;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow:
    0 8px 20px rgba(15, 23, 42, 0.12),
    0 18px 38px -16px rgba(15, 23, 42, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0.28s;
  pointer-events: none;
  overflow: hidden;
}

.login-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0s linear 0s;
}

.login-toast--success {
  color: #0f172a;
}

.login-toast--success::before,
.login-toast--error::before {
  content: "";
  align-self: stretch;
  width: 4px;
  border-radius: 999px;
  flex: 0 0 4px;
}

.login-toast--success::before {
  background: linear-gradient(180deg, #10b981, #059669);
}

.login-toast--error {
  color: #0f172a;
}

.login-toast--error::before {
  background: linear-gradient(180deg, #ef4444, #dc2626);
}

.login-toast__icon-wrap {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.login-toast--success .login-toast__icon-wrap {
  background: #ecfdf3;
  color: #059669;
}

.login-toast--error .login-toast__icon-wrap {
  background: #fef2f2;
  color: #dc2626;
}

.login-toast__body {
  flex: 1;
  min-width: 0;
}

.login-toast__headline {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 2px;
  color: #0f172a;
  font-family: Raleway-Bold, sans-serif;
}

.login-toast__message {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #64748b;
  font-family: Raleway-Regular, sans-serif;
}

@media (max-width: 640px) {
  .login-toast {
    top: auto;
    right: 12px;
    left: 12px;
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    width: auto;
    transform: translateY(12px);
  }

  .login-toast.is-visible {
    transform: translateY(0);
  }
}

.user_switch {
  flex: 1;
  text-align: center;
  min-width: 0;
}

.login_siwtch:hover {
  cursor: pointer;
}

.us_btn {
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-family: Raleway-SemiBold, sans-serif;
  color: #64748b;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.us_btn.selected {
  background: linear-gradient(135deg, #c68208, #f0a61a);
  color: #fff;
  box-shadow: 0 4px 14px rgba(198, 130, 8, 0.35);
}

.brand-header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 clamp(16px, 2.5vw, 24px);
}

.brand-logo {
  display: block;
  width: min(300px, 88vw);
  max-width: 100%;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.temple-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(14px, 2.2vw, 22px);
  text-align: center;
  font-size: clamp(22px, 2.4vw, 28px);
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-weight: 500;
  color: #f8fafc;
  line-height: 1.35;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.temple-title-line1 {
  display: block;
  text-align: center;
}

.temple-place-name {
  display: block;
  width: 100%;
  text-align: center;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.25;
  color: #f5b02e;
  font-weight: 700;
  text-shadow:
    0 0 28px rgba(245, 176, 46, 0.35),
    0 2px 12px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"] {
  accent-color: #f5b02e;
  transform: translateY(1px);
  margin-right: 6px;
}

@media (max-width: 768px) {
  .container-login100 {
    padding: 20px 16px 28px;
    justify-content: flex-start;
    padding-top: 28px;
  }

  .login-shell {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .login-brand {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    align-self: center;
  }

  .temple-title-wrap {
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .brand-header {
    margin-bottom: 18px;
  }

  .temple-title {
    text-align: center;
    max-width: none;
    font-size: 20px;
    gap: 16px;
  }

  .temple-title-line1 {
    text-align: center;
  }

  .wrap-login100 {
    padding: 22px 20px;
  }

  .login100-form-title {
    font-size: 22px;
  }
}