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;
    max-height: 100vh;
    overflow-y: auto;
}

body {
    margin-bottom: 60px;
    font-family: "Ubuntu Sans", sans-serif;
    color: #333333 !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;
}

img.logo {
    max-height: 52px;
    height: 40px;
}

.container {
    max-width: 100%;
}

@media(max-width: 767.98px) {
    .logo-container {
        justify-content: center !important;
    }
}

.main-container {
    height: calc(100vh - 127px);
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    overflow-y: auto;
    align-items: center;
}

@media(min-width: 768px) {
    .main-content {
        max-width: 70%;
        min-width: 50%;
    }
}

.btn-primary {
    background-color: #00b1c5;
    border-color: #00b1c5;
    color: #eeeeee !important;
}

    .btn-primary:hover {
        background-color: #008392;
        border-color: #008392;
    }

.btn-secondary {
    background-color: #d35186;
    border-color: #d35186;
    color: #eeeeee !important;
}

    .btn-secondary:hover {
        background-color: #c0316b;
        border-color: #c0316b;
    }

.btn-tertiary {
    background-color: #9799ca;
    border-color: #9799ca;
    color: #eeeeee !important;
}

    .btn-tertiary:hover {
        background-color: #7578b9;
        border-color: #7578b9;
    }

.form-group {
    margin-bottom: .75rem;
    text-align: start;
}

.title {
    font-size: 1.5rem
}

.primary {
    background-color: #00b1c5 !important;
    border-color: #00b1c5 !important;
    color: #eeeeee !important;
}

.btn {
    padding: 4px 8px;
}

.arquivo-input .remove-arquivo-button {
    display: none;
    position: absolute;
    right: 13px;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background-color: #ff2e44;
    padding: 0px;
}

.mostrar-remover:hover .remove-arquivo-button {
    display: block;
}

.validado {
    font-size: 50px;
    color: #63c76a;
}

.nao-validado {
    font-size: 50px;
    color: #ff2e44;
}


.assinatura-fonte {
    font-family: "Satisfy", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    text-align: center;
    text-transform: capitalize;
    padding: 0 12px;
    margin: 0;
}

.assinatura {
    margin: auto;
}

.assinatura p {
    padding: 0 12px;
    margin: 20px auto;
}

canvas {
    width: inherit;
}

.pin-digit {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}