.centralize-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control.error {
    border-color: rgb(220 38 38);
}

.form-control ~ .errors-field {
    color: rgb(220 38 38);
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.btn-disabled {
    opacity: 0.7;
    pointer-events: none !important;
}

.selo-imagem {
    width: 110px;
    height: 110px;
}

@media (max-width: 1170px) {
    .selo-imagem {
        width: 50px;
        height: 50px;
    }
}
