.body-container {
    max-width: 100%;
    min-height: 100vh;
    height:fit-content;
    display: flex;
    justify-content: center;
    position: relative;
}

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.login-page, .logged-out-page {
    height: auto;
    width: 100%;
    max-width: 1080px;
    font-family: "Montserrat", sans-serif;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.b-no-repeat {
    background-repeat:no-repeat;
}
.b-contain {
    background-size:contain;
}
.b-cover {
    background-size: cover;
}
.b-center {
    background-position:center
}
.text-sm {
    font-size:10px
}

.card-image-login {
    background-image: url("../images/portal-login-faktur-pajak.png");
    background-position:bottom left;
}
.card-image-reset {
    background-image: url("../forgot-password-illustration.png");
}
.card-image-change {
    background-image: url("../forgot-pass.png");
    background-size:65%;
}

.btn-djp-yellow {
    background-color: #ffc91b;
    border: solid 2px #ffc91b;
    color: #222c5f;
    font-weight:bold
}
.btn-djp-yellow:hover {
    background-color: #222c5f;
    border: solid 2px #222c5f;
    color: white;
    font-weight: bold;
}
.btn-djp-blue {
    background-color: #222c5f;
    border: solid 2px #222c5f;
    color: white;
    font-weight: bold;
}

.btn-djp-blue:hover {
    background-color: #394d98;
    border: solid 2px #222c5f;
    color: white;
    font-weight: bold;
}

.p-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.link {
    text-decoration:none;
    font-weight:bold;
}

.link:hover {
    text-decoration:underline;
}

.link-primary {
    color: #007bff;
    text-decoration: none;
}

.text-xsm {
    font-size:0.65rem;
}

.text-djp-blue {
    color: #222c5f
}

.float-right {
    float:right;
}

.dntCaptcha {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    align-items: center;
    position: relative;
}

.dntCaptcha img, .refresh-captcha {
    border-radius: 0.5rem;
}

.dntCaptcha img {
    width:40%
}

.text-danger-abs {
    position: absolute;
    top: 80%;
    right: 0; 
    width: auto; 
    color: red; 
    text-align: right;
}
input#Username::placeholder, input#password::placeholder, input#DNTCaptchaInputText::placeholder {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.35);
}

/*-----validationSummary---*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modals {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; 
    width: 800px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modals-danger {
    background-color: white;
    color: black;
    border: 2px solid #f5c6cb;
    border-radius: 5px;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

    .validation-summary-errors ul li {
        list-style-type: none;
    }
/*----end-of-validationSummary---*/