.banner {
  cursor: pointer;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
}
.flex {
  display: flex;
}
.normal {
  width: 100%;
}
.left-content {
  height: 100vh;
  padding: 0;
  position: relative;
  text-align: center;
  width: 41.66667%;
}
.background-left {
  height: 100%;
  position: relative;
  width: 100%;
}
.backdrop {
  background: linear-gradient(1turn, #00467f, #00467f00 94.6%);
  bottom: 0;
  height: 80%;
  z-index: 1;
}
.backdrop,
.content-note {
  position: absolute;
  width: 100%;
}
.content-note {
  bottom: 10%;
  text-align: center;
  z-index: 2;
}
.left-row2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 143.2%;
  margin-bottom: 19px;
  margin-top: 23px;
  text-transform: uppercase;
}
.left-row3 {
  font-size: 16px;
  font-style: italic;
  line-height: 143.2%;
}
.gov {
  height: 51px;
  position: absolute;
  right: -140px;
  top: 4px;
}
.gov .img-gov {
  height: 100%;
  width: 100%;
}
.zoom-in[data-v-98ecbe5c] {
  cursor: zoom-in;
}
.copyright {
  bottom: 1.22%;
  color: #074f80;
  font-size: 12px;
  position: absolute;
  right: 1.78%;
}
.copyright p {
  font-family: Google Sans;
}
.partner {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.partner img {
  bottom: 36px;
  padding: 20px 10px;
  padding-top: 0 !important;
}
.partner p {
  font-family: Google Sans;
}
.logo img {
  width: 366px;
}
.content {
  color: #fff;
  text-align: center;
}
.right-content {
  -ms-flex-align: center;
  background: #fff;
  display: flex;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  width: 58.33333%;
}
.form-content {
  display: inline-block;
  margin: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .left-content {
    height: 20vh;
    width: 100%;
  }
  .background-left {
    background-size: contain !important;
  }
  .left-row2 {
    font-size: 19px;
  }
  .backdrop {
    height: 75% !important;
  }
  .right-content {
    height: 80vh;
    overflow: auto;
    width: 100%;
  }
  .right-content::-webkit-scrollbar {
    display: none;
  }
  .btn-register {
    max-width: 90% !important;
  }
  .container-fluid {
    padding: 0;
  }
  .row {
    margin: 0 !important;
  }
  .form-content {
    margin: initial;
  }
}
@media (max-width: 768px) {
  .rc-anchor-light {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
  }
  .left-content,
  .right-content {
    background-size: cover;
  }
  .right-content {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
  }
  .btn-system button {
    height: 130px;
    width: 110px;
  }
  .btn-system img {
    height: 80px;
    margin-bottom: 15px;
    width: 90px;
  }
  .login-content .title-login {
    padding: 0 !important;
  }
  .login-content .col-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .login-content .login-row-3 {
    margin-top: 20px;
  }
  .login-content .note-ghn {
    font-size: 13px;
    font-weight: 700 !important;
  }
  .login-content .login-row-3 {
    font-size: 17px;
    font-weight: 400;
  }
  .login-content .login-row-3 label {
    color: #00476f !important;
  }
  .register-form .col-1 {
    display: none;
  }
  .register-form .col-5 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 10px;
  }
  .register-form .register-row-1 {
    font-size: 20px;
  }
  .register-form .register-row-3 label,
  .register-form .register-row-4 {
    color: #00476f !important;
  }
  .forgot-content .title-forgot {
    padding-bottom: 10px;
  }
  .forgot-content .col-3 {
    display: none;
  }
  .forgot-content .col-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .forgot-content .forgot-row-3 {
    margin-top: 20px;
  }
  .forgot-content .forgot-row-3 label {
    color: #00476f !important;
  }
}
#loading-page {
  background: #fff;
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.icon-loading-page {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 44%;
  transform: translate(-50%, -50%);
}
.test-loading {
  animation-name: example;
  animation: example 1s linear infinite;
  background: #ff6339;
  border-radius: 4px;
  box-shadow: 0 4px 30px #14996e33;
  height: 4px;
  margin-top: -4px;
  transition: all 1s;
  width: 48px;
  z-index: 100;
}
.test-background-loading {
  background: #f0f1f6;
  border-radius: 50px;
  height: 4px;
  width: 300px;
  z-index: 2;
}
.text-loading {
  color: #052653;
  font-weight: 600;
  margin-top: 24px;
}
.loading-img {
  margin-bottom: 24px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes example {
  0% {
    margin-left: 0;
  }
  to {
    margin-left: 260px;
  }
}
@keyframes example2 {
  0% {
    background-color: #ff0;
  }
  to {
    background-color: red;
  }
}
.background-mobile {
  height: 100%;
  width: 100%;
}
.login-form {
  text-align: left;
}
.title-login {
  padding: 0 24px 43px;
}
.login-row-1 {
  color: #000;
  font-size: 24px;
}
.login-row-2 {
  color: #ff6339;
  font-size: 16px;
}
.login-row-3 {
  margin-top: 50px;
}
.login-row-3,
.login-row-4 {
  text-align: center;
}
.btn-login {
  margin-top: 4px;
  width: 100%;
}
.note-ghn {
  color: #00476f;
  font-size: 18px;
  font-weight: 600;
  margin-top: 12px;
  text-align: center;
}
.inline-otp-error,
.inline-otp-success {
  margin-top: 10px !important;
}
.inline-otp-success {
  color: #007236 !important;
}
.otp-body {
  min-height: 210px;
  padding: 12px;
  text-align: center;
  width: 640px;
}
.otp-body input {
  border: none;
  border-bottom: 3px solid #c8c8c8;
  border-radius: 0 !important;
  color: var(--color-blue-primary);
  font-size: 27px !important;
  margin-right: 10px;
  text-align: center;
  width: 10% !important;
}
.otp-body input:focus {
  outline: none;
}
.otp-body input:active {
  border: none;
  outline: none;
}
.otp-footer {
  display: flex;
  justify-content: space-between;
  padding: 16px 60px;
}
.otp-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.otp-input,
.otp-title {
  color: var(--color-blue-primary);
}
.otp-input {
  border: none;
  border-bottom: 3px solid var(--color-C8C8C8);
  border-radius: 0 !important;
  font-size: 27px !important;
  margin-right: 10px;
  text-align: center;
}
.title-row-phone-second {
  color: var(--color-orange-primary);
  padding: 24px 0;
  text-align: left;
}
.title-row-phone-first {
  color: var(--color-blue-primary);
  padding: 24px 0;
  text-align: left;
}
.otp-conten-input {
  margin-top: 32px;
  padding: 0 24px;
}
.otp-btn-ok {
  float: right;
  width: 30%;
}
.otp-btn-cancel {
  float: right;
  margin-right: 5px;
  width: 24%;
}
.otp-timeout {
  color: var(--color-orange-primary);
  cursor: pointer;
  font-weight: 700;
  margin-top: 11px;
}
.otp-timeout.disabled {
  color: #717171 !important;
  pointer-events: none;
}
.model-custom {
  height: 100vh;
  overflow: hidden;
}
.model-custom.bg .content-element svg {
  fill: #fff !important;
}
.model-custom.bg .alert-body {
  border-radius: 0;
}
.model-custom .alert-body {
  background: #fff;
  border-radius: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model-custom .alert-body .content-element {
  position: relative;
}
.model-custom .alert-body .content-element .alert-popup-close-icon {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -30px;
}
.model-custom .alert-body .content-element .close-popup-inside {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 20px;
}
.model-custom .alert-body .content-element .close-popup-inside-80 {
  cursor: pointer;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 10;
}
.model-custom .alert-body .content-element .close-popup-inside-48 {
  cursor: pointer;
  position: absolute;
  right: 26px;
  top: 18px;
  z-index: 10;
}
.model-custom .alert-body .content-element .close-popup-inside-80svg,
.model-custom .alert-body .content-element .close-popup-insidesvg {
  fill: #212121;
}
.modal-open .modal {
  overflow: hidden;
}
.modal-dialog {
  margin: 0 !important;
  max-width: 100%;
}
.modal-content {
  border: none;
  position: static;
}
