/** font size **/
@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-LightItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BlackItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Italic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Italic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-MediumItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Black.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Black.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-BoldItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Light.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Light.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Bold.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Bold.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Medium.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Medium.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Thin.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Thin.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-ThinItalic.woff") format("woff"), url("../../vendor/font/roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../../vendor/font/roboto/Roboto-Regular.woff2") format("woff2"), url("../../vendor/font/roboto/Roboto-Regular.woff") format("woff"), url("../../vendor/font/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

input {
  line-height: normal;
}

label,
button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* using rem unit */
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f6f7;
}

/************ custom login page ************/
body {
  background-color: #2f4858;
  background-repeat: no-repeat;
  background-position: center left;
}
.load-wrapp {
  float: left;
  border-radius: 5px;
  text-align: center;
  width:100%;
}

.load-wrapp:last-child {
  margin-right: 0;
}
.load-wrapp p {
  font-size: 16px;
  margin: 0;
}
.load-2 .line:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}
.line {
  display: inline-block;
  width: 15px;
  height: 6px;
  border-radius: 15px;
  background-color: #fafafa;
  }
.l-2 {
  animation-delay: 0.5s;
}
@keyframes loadingB {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}
.bgAntiPLG {
  margin: 0px;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}

.bg-red {
  background-color: #a9161c;
}

.text-red {
  color: #a9161c;
}

.baner-heading-slogan {
  /*margin-top: 40px;*/
}

.paddingtop-content-2 {
  padding-top: 2%;
}

.paddingtop-content-4 {
  padding-top: 4%;
}

#hidePass {
  float: right;
}

.content-right {
  padding-left: 10%;
}

/* custom input */
input.custom-input {
  padding: 10px 24px !important;
  border-radius: 6px;
}

.show-noti-header {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}

.error-icon {
  background-color: #ffffff;
  border-right: 1px solid #a9161c;
  border-top: 1px solid #a9161c;
  border-bottom: 1px solid #a9161c;
  border-radius: 6px;
}

.error-icon-input {
  border-right: 0px;
  border-color: #a9161c;
}

.text-end {
  float: right;
}

.font-size {
  font-family: "Roboto";
  font-style: normal;
}

.font-size-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.font-size-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.font-size-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.font-size-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

.font-size-22 {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.font-size-24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.font-size-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 44px;
}

.font-size-32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.font-size-36 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.font-size-56 {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
}

.text-header {
  color: #2f4858;
  padding: 7% 5% 1% 5%;
}

/* end custom */
/* custom responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
  }

  .baner-heading-slogan {
    color: #ffffff;
    font-size: 2.2rem;
  }

  .baner-heading-logo {
    font-size: 4.6rem;
  }

  .baner-desc {
    color: #a9161c;
    font-size: 1.8rem;
  }

  .content-left {
    background-color: #f5f6f7;
    border-radius: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), 2px -2px 8px rgba(0, 0, 0, 0.1);
  }

  .login-back {
    display: block;
  }
}

@media (min-width: 576px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
    background-size: 400% 100%;
  }

  .baner-heading-slogan {
    color: #ffffff;
    font-size: 2.2rem;
  }

  .baner-heading-logo {
    font-size: 4.6rem;
  }

  .login-desc {
    display: none;
  }

  .content-left {
    background-color: #f5f6f7;
    border-radius: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), 2px -2px 8px rgba(0, 0, 0, 0.1);
  }

  .content-right {
    padding-left: 0px;
  }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
    background-size: 260% 120%;
    background-position: center;
  }

  .baner-heading-slogan {
    color: #2f4858;
  }

  .baner-desc {
    color: #2f4858;
  }

  .login-desc {
    display: block;
  }

  .display-2 {
    font-size: calc(1.075rem + 2.2vw);
  }

  .content-left {
    background-color: #f5f6f7;
    border-radius: 20px;
    padding-left: 4%;
    padding-right: 4%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), 2px -2px 8px rgba(0, 0, 0, 0.1);
  }

  .content-right {
    padding-left: 6%;
  }

  .font-size-auto {
    font-size: 22px;
  }

  .login-back {
    display: none;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
    background-size: 120% 140%;
  }

  .content-left {
    background-color: #f5f6f7;
    border-radius: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1), 2px -2px 8px rgba(0, 0, 0, 0.1);
  }

  .font-size-auto {
    font-size: 32px;
  }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
    background-size: 120% 150%;
  }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  body {
    background-image: url("../image/Login/Ellipse 63.svg");
    background-size: 120% 200%;
  }
}

/*# sourceMappingURL=loginpage.css.map */