html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.upload_identificationimage {
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(255,255,255, 0.7);
    z-index: 22;
    text-align: center;
    align-items: center;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    display: none;
    font-size: 1.7em;
    color: #CECECE
}
.div_identificationimage {
    margin-bottom: 20px;
}
.div_identificationimag1 {
    position: relative;
}
.lbl_uploadfile {
    width: 100%;
    height: auto;
    border: 2px dashed #ddd;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    flex-direction: column;
}
.atag_identificationimage {
    position: absolute !important;
    right: 3px;
    top: 3px;
    display: none;
    background: transparent;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #ff0700;
}
.ptag_drophere {
    color: #5FAAE1;
    display: none;
    width: auto;
}
.imag_identificationimage {
    width: 100%;
    vertical-align: middle;
    display: none;
}


