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;
    font-family: "Source Sans Pro", sans-serif;
}

.label-required::before {
    content: "*";
    font-weight: bold;
    color: red;
}
.text-danger {
    font-size: small;
}

.form-group {
    margin-bottom: 7px !important;
}


.btn-progress {
    width: 100%;
    border-bottom: 2px solid #ccc;
    margin: 0;
    color: #ccc;
}

.btn-progress-active {
    color: #34b5a1;
    border-bottom: 3px solid #34b5a1;
}

.btn-progress:hover {
    border-bottom: 2px solid #ccc;
    color: #ccc;
    cursor: default;
}

.btn-progress-active:hover {
    color: #34b5a1;
    border-bottom: 3px solid #34b5a1;
    cursor: default;
}


span.btn:hover {
    cursor: default;
    color: #ccc;
    border-bottom-color: #ccc;
}

.pbPrevious, .pbSubmit {
    background: #ccc;
    color: #000;
    display: block;
    float: left;
    cursor: pointer;
    margin: 30px 10px 0px 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.pbSubmit {
    color: #ffffff;
    border-color: #ac1100;
    background-color: #ff2a13;
    text-shadow: 0 0.075em 0.075em rgb(0 0 0 / 50%);
    box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgb(0 0 0 / 75%);
    border-radius: 0.25em;
}

.btn-grad {
    background-image: linear-gradient(to right, #d48104 0%, #ff8100 51%, #c76500 100%);
}

.btn-grad {
    margin-bottom: 10px;
    padding: 7px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    border-color: #f85032;
    display: block;
    font-weight: 400;
    font-size: 18px;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.btn-grad-disabled {
    margin-bottom: 10px;
    padding: 7px 7px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: black;
    box-shadow: 0 0 20px #b1b1b1;
    border-radius: 5px;
    display: block;
    font-weight: 400;
    border-color: #f8f9fa;
}

.btn-grad-disabled {
    background-image: linear-gradient(to right, #f8f9fa 0%, #f8f9fa 51%, #f8f9fa 100%);
}


.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;
}

.footer {
    width: 100%;
    background-color: #ccc;
    font-size: 12px;
}

    .footer p {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height:16px;
    }

.footer-img {
    position: relative;
}

    .footer-img img {
        position: absolute;
        right: 0;
        bottom: -78px;
    }

.font-weight-bold {
    font-weight: bold;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

