@charset "UTF-8";
html, body {
  overflow-x: hidden;
  font-family: "Pt Sans Narrow" !important;
  font-size: 16px !important;
  background: #ffffff;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.04em;
  background-color: #f4f4f4;
  color: #707070;
  height: 100%;
}

::-webkit-input-placeholder {
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  :-moz-placeholder {
    font-size: 12px;
  }
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  ::-moz-placeholder {
    font-size: 12px;
  }
}

:-ms-input-placeholder {
  color: #707070 !important;
}
@media screen and (max-width: 991px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
}

a {
  outline: 0;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a:active {
  outline: 0;
}
a:focus {
  outline: 0;
}

.btn {
  color: #fff;
}
.btn i {
  font-size: 13px !important;
}

.center {
  text-align: center;
}

p {
  word-wrap: break-word;
}

.container {
  width: 1170px !important;
}
@media screen and (max-width: 1150px) {
  .container {
    width: 1010px !important;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 810px !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 720px !important;
  }
}
@media screen and (max-width: 710px) {
  .container {
    width: auto !important;
  }
}

textarea:focus, input:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

header {
  position: relative;
  padding: 10px 0 140px;
}
header .top-txt {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
@media screen and (max-width: 991px) {
  header .top-txt {
    font-size: 12px;
  }
}
header .top-txt2 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #023378;
  text-align: right;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  header .top-txt2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 488px) {
  header .top-txt2 {
    font-size: 9px;
  }
}
header .logo {
  position: absolute;
  height: 75px;
  width: 75px;
  left: 55px;
  top: 5px;
  background: url(/assets/portal/MofaJdu/img/logo.svg);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  header .logo {
    height: 45px;
    width: 45px;
  }
}
header .logo-title {
  position: absolute;
  height: 31px;
  left: 90px;
  top: 0;
  line-height: 26px;
  display: flex;
  color: #023378;
  font-size: 18px;
  text-transform: uppercase;
  width: 300px;
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  header .logo-title {
    font-size: 12px;
    line-height: 14px;
    left: 60px;
  }
}
header .right-h {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 100%;
}
header .right-h span {
  position: absolute;
  right: 60px;
  top: 0px;
  opacity: 0.5;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 991px) {
  header .right-h span {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 488px) {
  header .right-h span {
    display: none;
  }
}
header .login-icon {
  opacity: 1 !important;
  padding: 11px 25px 12px !important;
  float: right !important;
}
header .login-txt {
  font-size: 16px;
  text-transform: none;
  line-height: 20px;
  color: #bdbdbd;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  header .login-txt {
    display: none;
  }
}
header .top-menu {
  overflow: hidden;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  margin-top: 50px;
  float: right;
  width: 100%;
}
header .top-menu a {
  float: left;
  display: block;
  text-align: center;
  padding: 18px 25px;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #707070;
  opacity: 1;
}
header .top-menu a:hover, header .top-menu a:active, header .top-menu a.active {
  opacity: 1;
}
@media screen and (min-width: 1366px) {
  header .top-menu a {
    font-size: 14px;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 1150px) {
  header .top-menu a {
    font-size: 12px;
    padding: 18px 10px;
  }
}
@media screen and (max-width: 991px) {
  header .top-menu a {
    font-size: 12px;
    padding: 18px 6px;
  }
}
header .top-menu a:hover, header .top-menu a:active, header .top-menu a.active {
  color: #fff;
  background: #023378;
}
header .top-menu a.active {
  opacity: 1;
}
header .top-menu a.active:hover, header .top-menu a.active:active, header .top-menu a.active.active {
  opacity: 1;
}
header .top-menu .icon {
  display: none;
}
@media screen and (max-width: 768px) {
  header .top-menu {
    float: none;
  }
  header .top-menu a:not(:first-child) {
    display: none;
  }
  header .top-menu a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .top-menu.responsive {
    position: relative;
  }
  header .top-menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  header .top-menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#main-section-anim {
  position: relative;
}
#main-section-anim svg {
  vertical-align: unset;
}
#main-section-anim .enq-check {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding: 50px 90px 40px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  margin: 0 auto;
  width: 520px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .enq-check {
    max-width: 520px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .enq-check {
    top: 10%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .enq-check {
    width: 450px;
    padding: 40px 50px 40px;
    top: 5%;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check {
    width: 450px;
    padding: 40px 50px 20px;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check {
    width: 50%;
    padding: 40px 50px 20px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check {
    padding: 10px 50px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check {
    width: 60%;
  }
}
#main-section-anim .enq-check .enq-title {
  font-size: 34px;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-title {
    font-size: 14px;
    line-height: 16px;
  }
}
#main-section-anim .enq-check .enq-desc {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-desc {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-desc {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }
}
#main-section-anim .enq-check .enq-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 20px;
  padding: 10px 10px;
  color: #707070;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
#main-section-anim .enq-check .enq-input:hover, #main-section-anim .enq-check .enq-input:active, #main-section-anim .enq-check .enq-input.active {
  border: 1px solid #023378;
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check .enq-input {
    padding: 8px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-input {
    font-size: 16px;
    padding: 5px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-input {
    font-size: 14px;
    padding: 4px;
  }
}
#main-section-anim .enq-check .enq-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 40px;
  opacity: 0.95;
}
@media screen and (max-width: 1150px) {
  #main-section-anim .enq-check .enq-btn {
    padding: 8px 10px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .enq-check .enq-btn {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .enq-check .enq-btn {
    margin-top: 5px;
    padding: 7px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .enq-check .enq-btn {
    margin-top: 4px;
    padding: 4px 10px;
  }
}
#main-section-anim .enq-check .enq-btn:hover, #main-section-anim .enq-check .enq-btn:active, #main-section-anim .enq-check .enq-btn.active {
  opacity: 1;
}
#main-section-anim .login-section {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  width: 520px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
@media screen and (min-width: 1900px) {
  #main-section-anim .login-section {
    max-width: 520px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section {
    width: 450px;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section {
    width: 65%;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section {
    width: 65%;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .login-section {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section {
    top: 20px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section {
    top: 0px;
  }
}
#main-section-anim .login-section .login-top {
  padding: 40px 80px 0;
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 80px 0;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top {
    top: 20px;
    padding: 10px 50px 0;
  }
}
#main-section-anim .login-section .login-top .login-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #023378;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
#main-section-anim .login-section .login-top .login-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ddd;
  font-size: 22px;
  line-height: 20px;
  padding: 10px;
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
#main-section-anim .login-section .login-top .login-input:hover, #main-section-anim .login-section .login-top .login-input:active, #main-section-anim .login-section .login-top .login-input.active {
  border: 1px solid #023378;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-input {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
  }
}
#main-section-anim .login-section .login-top .login-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .login-btn {
    margin-top: 10px;
    padding: 10px 10px;
  }
}
#main-section-anim .login-section .login-top .login-btn:hover, #main-section-anim .login-section .login-top .login-btn:active, #main-section-anim .login-section .login-top .login-btn.active {
  opacity: 1;
}
#main-section-anim .login-section .login-top .monpass-btn {
  border-radius: 3px;
  background: #fff;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #707070;
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .monpass-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-top .monpass-btn {
    margin-top: 10px;
    padding: 10px 10px;
  }
}
#main-section-anim .login-section .login-top .monpass-btn:hover, #main-section-anim .login-section .login-top .monpass-btn:active, #main-section-anim .login-section .login-top .monpass-btn.active {
  background: #023378;
  color: #fff;
}
#main-section-anim .login-section .login-top .log-links {
  position: relative;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .log-links {
    width: 100%;
  }
}
#main-section-anim .login-section .login-top .rem-me {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #023378;
  background: transparent;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
#main-section-anim .login-section .login-top .rem-me .rem-me-inside {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #023378;
  display: block;
  position: absolute;
  top: 6px;
  left: 7px;
}
#main-section-anim .login-section .login-top .login-link {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
  color: #023378;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-top .login-link {
    font-size: 12px;
  }
}
#main-section-anim .login-section .login-bottom {
  padding: 30px 80px;
  background: #023378;
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .login-section .login-bottom {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .login-section .login-bottom {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom {
    padding: 10px 20px;
  }
}
#main-section-anim .login-section .login-bottom .h-text {
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom .h-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom .h-text {
    font-size: 16px;
    line-height: 18px;
  }
}
#main-section-anim .login-section .login-bottom .login2-btn {
  border-radius: 3px;
  background: #fff !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #707070;
  text-align: center;
  width: 60%;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #main-section-anim .login-section .login-bottom .login2-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .login-section .login-bottom .login2-btn {
    padding: 10px 10px;
    margin-top: 10px !important;
  }
}
#main-section-anim .helpdesk .helpdesk-section {
  position: absolute;
  bottom: 20px;
  right: 20%;
  z-index: 1;
  padding: 25px 25px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  width: 350px;
  box-shadow: 0 30 40px rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .helpdesk .helpdesk-section {
    max-width: 350px;
    right: 30%;
  }
}
@media screen and (min-width: 1900px) {
  #main-section-anim .helpdesk .helpdesk-section {
    max-width: 350px;
    right: 30%;
  }
}
@media screen and (min-width: 1500px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 20%;
  }
}
@media screen and (min-width: 1366px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 15%;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .helpdesk .helpdesk-section {
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section {
    padding: 5px 25px;
    bottom: 0;
    width: 55%;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section {
    width: 80%;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section {
    padding: 3px 25px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 20px;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-title {
    padding: 3px 25px;
    margin-bottom: 5px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 20px;
  padding: 10px;
  color: #707070;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-webkit-input-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-moz-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input::-moz-placeholder.active {
  opacity: 1;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder {
  opacity: 0.4;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:-ms-input-placeholder.active {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-input {
    font-size: 12px;
    line-height: 18px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-input:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-input.active {
  border: 1px solid #023378;
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 50%;
  font-weight: bold;
  float: right;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
}
#main-section-anim .helpdesk .helpdesk-section .helpdesk-btn:hover, #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn:active, #main-section-anim .helpdesk .helpdesk-section .helpdesk-btn.active {
  opacity: 1;
}
#main-section-anim .content-detail {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  padding: 20px 30px 30px;
  backdrop-filter: blur(45px) brightness(130%);
  background-color: rgba(255, 255, 255, 0.44);
  margin: 0 auto;
  width: 960px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1900px) {
  #main-section-anim .content-detail {
    max-width: 960px;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .content-detail {
    top: 10%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1267px) {
  #main-section-anim .content-detail {
    width: 750px;
    top: 5%;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .content-detail {
    width: 750px;
    top: 5%;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail {
    width: 50%;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .content-detail {
    padding: 10px 50px 10px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .content-detail {
    width: 60%;
  }
}
#main-section-anim .content-detail .cdetail-title {
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #023378;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (max-width: 710px) {
  #main-section-anim .content-detail .cdetail-title {
    font-size: 14px;
    line-height: 16px;
  }
}
#main-section-anim .content-detail .bck-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  width: 15%;
  font-weight: bold;
  float: right;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #main-section-anim .content-detail .bck-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 488px) {
  #main-section-anim .content-detail .bck-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 5px;
  }
}
#main-section-anim .content-detail .bck-btn:hover, #main-section-anim .content-detail .bck-btn:active, #main-section-anim .content-detail .bck-btn.active {
  opacity: 1;
}

#main-section {
  background: url(/assets/portal/MofaJdu/img/main.png);
  background-size: cover;
  height: 828px;
  padding: 170px;
}
@media screen and (max-width: 1366px) {
  #main-section {
    padding: 170px 40px;
  }
}
@media screen and (max-width: 991px) {
  #main-section {
    padding: 60px;
  }
}
@media screen and (max-width: 488px) {
  #main-section {
    padding: 10px;
  }
}

#license-section {
  background: #f4f4f4;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}
#license-section .lic-title {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 46px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  #license-section .lic-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  #license-section .lic-title {
    font-size: 12px;
  }
}
#license-section .search-btn {
  background: #023378;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px;
  margin-top: 26px;
  width: 70%;
  border-radius: 3px;
  border: none;
  opacity: 0.9;
}
#license-section .search-btn:hover, #license-section .search-btn:active, #license-section .search-btn.active {
  opacity: 1;
}
#license-section .input-group label {
  font-size: 16px;
  line-height: 20px;
  color: #212529;
  width: 100%;
}
#license-section .input-group input, #license-section .input-group select {
  border-radius: 3px;
  background: white;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 10px;
  color: #707070;
  margin-bottom: 15px;
  width: 100%;
}
#license-section .input-group input::-webkit-input-placeholder, #license-section .input-group select::-webkit-input-placeholder {
  opacity: 0.4;
}
#license-section .input-group input::-webkit-input-placeholder:hover, #license-section .input-group input::-webkit-input-placeholder:active, #license-section .input-group input::-webkit-input-placeholder.active, #license-section .input-group select::-webkit-input-placeholder:hover, #license-section .input-group select::-webkit-input-placeholder:active, #license-section .input-group select::-webkit-input-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:-moz-placeholder, #license-section .input-group select:-moz-placeholder {
  opacity: 0.4;
}
#license-section .input-group input:-moz-placeholder:hover, #license-section .input-group input:-moz-placeholder:active, #license-section .input-group input:-moz-placeholder.active, #license-section .input-group select:-moz-placeholder:hover, #license-section .input-group select:-moz-placeholder:active, #license-section .input-group select:-moz-placeholder.active {
  opacity: 1;
}
#license-section .input-group input::-moz-placeholder, #license-section .input-group select::-moz-placeholder {
  opacity: 0.4;
}
#license-section .input-group input::-moz-placeholder:hover, #license-section .input-group input::-moz-placeholder:active, #license-section .input-group input::-moz-placeholder.active, #license-section .input-group select::-moz-placeholder:hover, #license-section .input-group select::-moz-placeholder:active, #license-section .input-group select::-moz-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:-ms-input-placeholder, #license-section .input-group select:-ms-input-placeholder {
  opacity: 0.4;
}
#license-section .input-group input:-ms-input-placeholder:hover, #license-section .input-group input:-ms-input-placeholder:active, #license-section .input-group input:-ms-input-placeholder.active, #license-section .input-group select:-ms-input-placeholder:hover, #license-section .input-group select:-ms-input-placeholder:active, #license-section .input-group select:-ms-input-placeholder.active {
  opacity: 1;
}
#license-section .input-group input:hover, #license-section .input-group input:active, #license-section .input-group input.active, #license-section .input-group select:hover, #license-section .input-group select:active, #license-section .input-group select.active {
  border: 1px solid #023378;
}
#license-section .input-group select {
  color: rgba(112, 112, 112, 0.4);
}
#license-section .input-group select option:not(:first-child) {
  color: #707070;
}

.con-title {
  position: relative;
  font-size: 34px;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #707070;
  line-height: 46px;
  letter-spacing: 3px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .con-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  .con-title {
    font-size: 12px;
  }
}
.con-title:before, .con-title:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 35%;
  height: 1px;
  content: " ";
  background-color: rgba(112, 112, 112, 0.3);
}
@media screen and (max-width: 991px) {
  .con-title:before, .con-title:after {
    width: 27%;
  }
}
.con-title:before {
  left: 0;
}
.con-title:after {
  right: 0;
}

#content-section .single-news .news-single-title {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  text-transform: uppercase;
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-single-title {
    font-size: 14px;
  }
}
#content-section .single-news .news-single-desc {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  width: 90%;
  margin: 20px auto;
  text-align: center;
  height: 60px;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-single-desc {
    font-size: 12px;
  }
}
#content-section .single-news .news-img {
  height: 267px;
  width: 100%;
  opacity: 0.9;
  cursor: pointer;
}
#content-section .single-news .news-img:hover, #content-section .single-news .news-img:active, #content-section .single-news .news-img.active {
  opacity: 1;
}
#content-section .single-news .news-btn-prev {
  border-radius: 3px;
  background: rgba(112, 112, 112, 0.1);
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 15px;
  color: #707070;
  width: 85%;
  display: block;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-btn-prev {
    font-size: 12px;
  }
}
#content-section .single-news .news-btn-prev:hover, #content-section .single-news .news-btn-prev:active, #content-section .single-news .news-btn-prev.active {
  opacity: 1;
}
#content-section .single-news .news-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 9px 15px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 1px;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-news .news-btn {
    font-size: 12px;
  }
}
#content-section .single-news .news-btn:hover, #content-section .single-news .news-btn:active, #content-section .single-news .news-btn.active {
  opacity: 1;
}
#content-section .single-content {
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  position: relative;
  padding: 30px 25px;
  text-align: center;
  min-height: 430px;
  margin-bottom: 80px;
}
#content-section .single-content .con-single-title {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  text-transform: uppercase;
  position: absolute;
  top: 220px;
  left: 15%;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #content-section .single-content .con-single-title {
    font-size: 14px;
  }
}
#content-section .single-content .con-img {
  position: absolute;
  top: -50px;
  left: 10%;
  height: 248px;
  width: 80%;
  opacity: 0.9;
  cursor: pointer;
}
#content-section .single-content .con-img:hover, #content-section .single-content .con-img:active, #content-section .single-content .con-img.active {
  opacity: 1;
}
#content-section .single-content .con-btn {
  border-radius: 3px;
  background: #023378 !important;
  border: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  padding: 10px 10px;
  color: #fff;
  width: 70%;
  font-weight: bold;
  position: absolute;
  bottom: 35px;
  left: 15%;
  opacity: 0.95;
}
@media screen and (max-width: 991px) {
  #content-section .single-content .con-btn {
    font-size: 12px;
  }
}
#content-section .single-content .con-btn:hover, #content-section .single-content .con-btn:active, #content-section .single-content .con-btn.active {
  opacity: 1;
}

.footer-social a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.footer-social i {
  background: rgba(112, 112, 112, 0.5);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  padding: 22px;
  font-size: 28px;
}
.footer-social i:hover, .footer-social i:active, .footer-social i.active {
  background: #023378;
}

.con-t .con-t-title {
  color: #707070;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 3px;
}
@media screen and (max-width: 991px) {
  .con-t .con-t-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 488px) {
  .con-t .con-t-title {
    font-size: 12px;
  }
}
.con-t .con-address {
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .con-t .con-address {
    font-size: 14px;
  }
}
@media screen and (max-width: 488px) {
  .con-t .con-address {
    font-size: 12px;
  }
}

.con-sec {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.con-t {
  background: #fff;
  text-align: center;
}

.con-icon a {
  margin: 0;
  padding: 0;
  color: #fff;
}
.con-icon i {
  background: rgba(112, 112, 112, 0.5);
  border-radius: 50%;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  padding: 14px;
  font-size: 20px;
}
.con-icon i:hover, .con-icon i:active, .con-icon i.active {
  background: #023378;
}
.con-icon .con-icon-text {
  font-size: 24px;
  line-height: 32px;
  color: #707070;
  margin-right: 20px;
}
.con-icon .con-icon-text:hover, .con-icon .con-icon-text:active, .con-icon .con-icon-text.active {
  color: #023378;
}
@media screen and (max-width: 1150px) {
  .con-icon .con-icon-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.img-map {
  width: 100%;
}

.copy-text {
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  margin-top: 50px;
}

.span-justify {
  text-align: justify;
  display: block;
}

.show-it-desktop-min {
  display: none !important;
}
@media screen and (max-width: 1150px) {
  .show-it-desktop-min {
    display: block !important;
  }
}

@media screen and (max-width: 1150px) {
  .hide-it-desktop-min {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .non-small-device {
    display: none !important;
  }
}

@media screen and (max-width: 488px) {
  .non-phone-device {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
}
@media (max-width: 991px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
    float: left;
  }
}
.seven-cols {
  color: red;
}
.seven-cols .carousel-control.right {
  right: 27%;
}
.seven-cols .carousel-control.left {
  left: 27%;
}
.seven-cols .carousel-control.custom {
  opacity: 1;
  z-index: 1000;
  top: 100%;
}
.seven-cols .carousel-control.custom i {
  font-size: 40px;
  color: #55d069;
}

.spl-modal .modal-dialog {
  max-width: 1500px;
  width: 603px;
  min-height: 336px;
  background: #FFFFFF;
  border: 2px solid #023378;
  border-radius: 10px !important;
}
.spl-modal .modal-body {
  padding: 46px 0px 96px;
  text-align: center;
  pointer-events: auto;
}

.add-email-btn {
  position: absolute;
  top: 5px;
  right: -52px;
  background: url(/assets/img/add-btn.png);
  height: 42px;
  width: 42px;
}

.remove-email-btn {
  position: absolute;
  top: 15px;
  right: -40px;
  font-size: 20px;
  cursor: pointer;
}

#loader {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 90000;
}

#loader.fadeOut {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  background-color: #023378;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* ============================================================
   Auth Pages — Modern Split Card Design
   ============================================================ */

/* Auth page: body flex layout — section fills exactly remaining height */
body.auth-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}
/* Auth page: reduce header's large bottom padding */
body.auth-body header {
  flex-shrink: 0;
  padding-bottom: 16px !important;
}
#main-section-anim.auth-page-section {
  flex: 1;
  position: relative;
  overflow: hidden;
}
#main-section-anim.auth-page-section::before {
  content: '';
  position: absolute;
  inset: -20px;
  background: url(/assets/portal/MofaJdu/img/pleinenature.png) top center / cover no-repeat;
  filter: blur(8px);
  z-index: 0;
}
/* Mobile: restore scroll, hide header (brand shown inside auth-left panel) */
@media screen and (max-width: 768px) {
  body.auth-body {
    height: auto;
    overflow-y: auto;
  }
  body.auth-body > .container:first-child {
    display: none !important;
  }
  #main-section-anim.auth-page-section {
    overflow: visible;
    min-height: 100vh;
    flex: none;
  }
}

#main-section-anim .auth-card {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: flex;
  width: 900px;
  min-height: 480px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 1900px) {
  #main-section-anim .auth-card {
    width: 900px;
    top: 15%;
  }
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card {
    width: 800px;
    top: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #main-section-anim .auth-card {
    width: 88%;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card {
    width: 94%;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 16px auto 24px;
  }
}

/* ---- Left Brand Panel ---- */
#main-section-anim .auth-card .auth-left {
  width: 38%;
  background: linear-gradient(155deg, #012a62 0%, #023378 45%, #0d4ea0 100%);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-left {
    padding: 36px 28px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left {
    width: 100%;
    padding: 20px 24px;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #main-section-anim .auth-card .auth-left .auth-org-name {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  #main-section-anim .auth-card .auth-left .auth-org-sub {
    font-size: 11px;
  }
}

#main-section-anim .auth-card .auth-left::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -90px;
  right: -70px;
  pointer-events: none;
}
#main-section-anim .auth-card .auth-left::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  bottom: -55px;
  left: -35px;
  pointer-events: none;
}

#main-section-anim .auth-card .auth-left .auth-logo {
  width: 56px;
  height: 56px;
  background: url(/assets/portal/MofaJdu/img/logo.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 22px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-logo {
    margin-bottom: 0;
    width: 42px;
    height: 42px;
  }
}

#main-section-anim .auth-card .auth-left .auth-brand-text {
  flex: 1;
}

#main-section-anim .auth-card .auth-left .auth-org-name {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-org-name {
    font-size: 13px;
    margin-bottom: 2px;
  }
}

#main-section-anim .auth-card .auth-left .auth-org-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

#main-section-anim .auth-card .auth-left .auth-divider {
  width: 36px;
  height: 3px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  margin: 22px 0;
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-divider {
    display: none;
  }
}

#main-section-anim .auth-card .auth-left .auth-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-features {
    display: none;
  }
}

#main-section-anim .auth-card .auth-left .auth-features li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12.5px;
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 18px;
}

#main-section-anim .auth-card .auth-left .auth-features li .feat-icon {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0;
}

#main-section-anim .auth-card .auth-left .auth-page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  padding: 6px 16px;
  margin-top: auto;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left .auth-page-badge {
    display: none;
  }
}

#main-section-anim .auth-card .auth-left .auth-page-badge .badge-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11.5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#main-section-anim .auth-card .auth-left .auth-page-badge .fa {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

/* ---- Right Form Panel ---- */
#main-section-anim .auth-card .auth-right {
  flex: 1;
  background: #fff;
  padding: 42px 46px;
  overflow-y: auto;
  max-height: 580px;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-right {
    padding: 32px 36px;
    max-height: 520px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .auth-card .auth-right {
    padding: 26px 24px;
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-right {
    max-height: none;
    overflow-y: visible;
    padding: 28px 24px;
  }
}

#main-section-anim .auth-card .auth-right .auth-form-title {
  font-size: 21px;
  font-weight: bold;
  color: #022e6e;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-right .auth-form-title {
    font-size: 18px;
  }
}

#main-section-anim .auth-card .auth-right .auth-form-subtitle {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 24px;
  line-height: 18px;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-right .auth-form-subtitle {
    margin-bottom: 18px;
  }
}

/* Input Group */
#main-section-anim .auth-card .auth-right .auth-input-group {
  position: relative;
  margin-bottom: 12px;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input-icon {
  display: none;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input {
  width: 100%;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
  font-size: 14.5px;
  padding: 11px 16px;
  color: #333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 22px;
  display: block;
  text-align: left;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input.no-icon {
  padding-left: 16px;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input:focus {
  outline: none;
  border-color: #023378;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(2, 51, 120, 0.07);
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input[readonly] {
  background: #f2f2f2;
  color: #888;
  cursor: not-allowed;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-right .auth-input-group .auth-input {
    font-size: 14px;
    padding: 9px 14px;
  }
}
@media screen and (max-width: 991px) {
  #main-section-anim .auth-card .auth-right .auth-input-group .auth-input {
    font-size: 13px;
  }
}

/* Override old add-email-btn positioning inside auth-card */
#main-section-anim .auth-card .auth-right .auth-input-group .add-email-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/assets/img/add-btn.png) center/cover no-repeat;
  background-size: contain;
}

/* Add email/phone button inside input group */
#main-section-anim .auth-card .auth-right .auth-input-group .auth-add-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #023378;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  background-image: url(/assets/img/add-btn.png);
  background-size: cover;
  background-position: center;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-add-btn:hover {
  opacity: 0.8;
}

/* Primary Button */
#main-section-anim .auth-card .auth-right .auth-btn-primary {
  width: 100%;
  background: #023378;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 12px 20px;
  margin-top: 6px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  line-height: 22px;
  display: block;
}
#main-section-anim .auth-card .auth-right .auth-btn-primary:hover {
  background: #0a4fa3;
  box-shadow: 0 6px 20px rgba(2, 51, 120, 0.28);
  transform: translateY(-1px);
}
#main-section-anim .auth-card .auth-right .auth-btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}
@media screen and (max-width: 1366px) {
  #main-section-anim .auth-card .auth-right .auth-btn-primary {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Links Row */
#main-section-anim .auth-card .auth-right .auth-links-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
#main-section-anim .auth-card .auth-right .auth-link {
  color: #023378;
  font-size: 12.5px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
#main-section-anim .auth-card .auth-right .auth-link:hover {
  color: #0a4fa3;
  text-decoration: underline;
}

/* Remember me */
#main-section-anim .auth-card .auth-right .auth-remember {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
#main-section-anim .auth-card .auth-right .auth-remember .rem-me {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #023378;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
#main-section-anim .auth-card .auth-right .auth-remember .rem-me .rem-me-inside {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #023378;
  display: block;
}
#main-section-anim .auth-card .auth-right .auth-remember .rem-label {
  color: #023378;
  font-size: 12.5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Alert */
#main-section-anim .auth-card .auth-right .auth-alert {
  background: #fff3f3;
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  color: #c62828;
  font-size: 13px;
  padding: 10px 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 18px;
}
#main-section-anim .auth-card .auth-right .auth-alert .fa {
  margin-top: 1px;
  flex-shrink: 0;
}

/* Confirm description */
#main-section-anim .auth-card .auth-right .auth-confirm-desc {
  color: #666;
  font-size: 13.5px;
  line-height: 20px;
  margin-bottom: 18px;
}

/* Resend link */
#main-section-anim .auth-card .auth-right .auth-resend-row {
  text-align: right;
  margin-bottom: 12px;
}

/* Radio email option */
#main-section-anim .auth-card .auth-right .auth-radio-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1.5px solid #e8e8e8;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
#main-section-anim .auth-card .auth-right .auth-radio-option:hover {
  border-color: #023378;
  background: rgba(2, 51, 120, 0.03);
}
#main-section-anim .auth-card .auth-right .auth-radio-option input[type="radio"] {
  accent-color: #023378;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  cursor: pointer;
}
#main-section-anim .auth-card .auth-right .auth-radio-option label {
  color: #444;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  line-height: 20px;
}

/* Password visibility toggle */
#main-section-anim .auth-card .auth-right .auth-input-group .auth-input-pw {
  padding-right: 44px;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-pw-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #bbb;
  font-size: 15px;
  padding: 0 2px;
  line-height: 1;
  transition: color 0.2s;
  outline: none;
}
#main-section-anim .auth-card .auth-right .auth-input-group .auth-pw-toggle:hover {
  color: #023378;
}

/* Mobile: center brand text (logo removed) */
@media screen and (max-width: 768px) {
  #main-section-anim .auth-card .auth-left {
    justify-content: center;
  }
  #main-section-anim .auth-card .auth-left .auth-brand-text {
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
