@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-image: url("/img/background/02.jpeg");
    background-size: cover;
}

.bg-dark-200 {
    background-color: #000000d8;
}

.card-body {
    padding: 4em;
}

* {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-api {
    margin-bottom: 2em;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: black;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.950);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.btn-yellow {
    background-color: #ffef00;
    color: black !important;
    border: none !important;
}

.btn-yellow:hover {
    background-color: #d4c600;
}

@media (max-width: 550px) {
    .card {
        height: 100% !important;
        border-radius: 0 !important;
    }

    .card-body {
        padding: 0.8em;
    }

    .form-label {
        font-size: 0.8em;
    }

    button {
        font-size: 0.85em !important;
    }

    .form-api {
        margin-bottom: 0.7em;
    }

    .form-api p {
        font-size: 0.8em;
    }

    .form-api > div > h2 {
        font-size: 1em;
    }

    #cadastrop a {
        font-size: 0.7em !important;
    }

    #termsContainer {
        font-size: 0.85em;
    }

    .smallp, .smallp > * {
        font-size: 0.9em;
    }

    div.form-outline.form-white.mb-4 {
        margin-bottom: 0.7em !important;
    }
}