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;
}

.cancelacolor {
  color: #EEF9FF !important;
}

.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;
}

#mypopup {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);   */ /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.mypopup-content {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.mymodal-backdrop {
    margin: 15% auto;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    z-index: 1040;
}
.grecaptcha-badge {
    visibility: hidden;
}

@media only screen and (max-device-width: 900px) {
    p.mainlogo {
        display: none;
    }
}

