
:root {
    --casi-beige: rgba(249,241,220,255);
    --casi-yellow: rgb(241, 186, 39);
}

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;
  background-color: var(--casi-beige);
}

.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;
}


.primary-yellow-btn {
    background: var(--casi-yellow) !important;
    border-color: #f1ba27 !important;
    color: black !important;
    font-weight: 500 !important;
}

    .primary-yellow-btn:hover {
        background: black !important;
        color: #f1ba27 !important;
    }

.loader {
    position: absolute !important;
    color: var(--casi-yellow) !important;    
    z-index: 1;
    left: 50%;
    top: 50%;
}
.greeting-label {
    color: var(--casi-yellow);        
    font-weight: 500;
}