﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.alert-err {
    width: 100%;
    max-width: 800px;
    padding: 15px;
    margin: auto;
}

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }


video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    background-size: cover;
}

.video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -100;
    background-size: cover;
}

.inputTop {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.inputBottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 1rem;
}

/*.tooltip-inner {
    background-color: #dc3545;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #dc3545 !important;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #dc3545 !important;
}*/

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-danger);
}

.togglePassword {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
}

img {
    max-width: 100%;
}

.counter {
    counter-increment: ordem;
}

.bullet {
    counter-reset: bullet;
    margin-left: 0.5rem;
}

    .bullet > li {
        list-style-type: none;
    }

        .bullet > li:before {
            counter-increment: bullet;
            content: counter(ordem) "." counter(bullet) ". ";
            position: absolute;
            left: 1.5rem;
        }

ol.none {
    list-style: none !important;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 1rem;
}

ul {
    list-style-type: disc;
}

@media (min-width: 1000px) {
    #btnPDFTyC {
        position: absolute;
        left: 1rem;
    }
}

@media (max-width: 1000px) {
    .pdf-embed {
        width: 100%;
        height: 500px;
    }
}