body {
    background: url('/img/background-modegacor.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: all 0.3s ease-in-out;
    /*background-position: center center;*/
}

.container.main-content {
    background-color: rgba(0, 0, 0, 0.849);
    margin-top: 0px;
    padding: 0rem;
    padding-top: 1rem;
    border-radius: 0rem;
}

header {
    background-color: rgb(175, 0, 0);
    color: white;
    padding: 0px;
    border-bottom: 1.5rem solid rgb(201, 201, 201);
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.register-member {
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 2rem 0 0 0;
    margin: 0;
}

.register-member a {
    color: white;
}

.btn-login,
.btn-register {
    width: 100%;
    background: linear-gradient(120deg, maroon, red, maroon);
    padding: .5rem;
    font-size: large;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    text-shadow: 3px 3px 3px black;
    border: 2px solid white;
    transition: all 0.3s ease-in-out;
}

.btn-login:hover,
.btn-register:hover {
    background: linear-gradient(120deg, black, gray, black);
    border: 2px solid red;
    transition: all 0.3s ease-in-out;
}

.logo-demo {
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: .5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
}

.logo-demo img {
    width: 30vh;
    max-height: 9vh;
    height: auto;
    background-color: black;
    border-radius: 1rem;
    border: 3px solid rgb(201, 201, 201);
    box-shadow: 0 5px 15px black;
    transition: all 0.3s ease-in-out;
}

footer {
    font-family: "Afacad Flux", sans-serif;
    background-color: rgb(175, 0, 0);
    color: white;
    position: fixed;
    margin: 0;
    bottom: 0;
    padding: 10px;
    border-top: 10px solid rgb(201, 201, 201);
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 3rem;
}

.alert-danger {
    background-color: red;
    color: white;
}

.alert-danger ul {
    margin-bottom: 0;
}

.alert-danger li {
    font-size: large;
}

::selection {
    background-color: rgb(175, 0, 0);
    color: yellow;
    text-shadow: 0px 4px 3px black;
}

.paginate-slot {
    margin: 2rem 1rem 0 1rem;
    padding: 0;
}

.paginate-provider {
    margin: .5rem 1rem 5rem 1rem;
    padding: 0;
}

.page-link {
    background-color: red;
    color: yellow;
    font-weight: 700;
    text-shadow: 0px 5px 4px black;
}

.active>.page-link,
.page-link.active {
    background: white;
    border: 2px solid orange;
    color: red;
    text-shadow: none;
    position: static !important;
}

@media screen and (max-width: 480px) {
    header {
        background-color: rgb(175, 0, 0);
        color: white;
        padding: 0px;
        border-bottom: 1.5rem solid rgb(201, 201, 201);
        position: fixed;
        top: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .register-member {
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0rem 0 1.5rem 0;
        margin: 0;
    }

    .btn-login,
    .btn-register {
        width: 100%;
        background: linear-gradient(120deg, maroon, red, maroon);
        padding: .3rem;
        font-size: medium;
        font-weight: 600;
        text-transform: uppercase;
        color: white;
        text-shadow: 3px 3px 3px black;
        border: 2px solid white;
        transition: all 0.3s ease-in-out;
    }

    .btn-login:hover,
    .btn-register:hover {
        background: linear-gradient(120deg, black, gray, black);
        border: 2px solid red;
        color: white;
        transition: all 0.3s ease-in-out;
    }

    .logo-demo {
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
        padding: .5rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.3s ease-in-out;
    }

    .logo-demo img {
        width: 25vh;
        max-height: 7vh;
        height: auto;
        background-color: black;
        border-radius: 1rem;
        padding: .2rem;
        border: 3px solid rgb(201, 201, 201);
        box-shadow: 0 5px 15px black;
        transition: all 0.3s ease-in-out;
    }

    .paginate-slot {
        margin: 1rem 0 0 0;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }

    .page-link {
        background-color: red;
        color: yellow;
        font-weight: 700;
        text-shadow: 0px 5px 4px black;
        width: 22vh;
        text-align: center;
        margin: 0;
        transition: all 0.3s ease-in-out;
    }

    .paginate-provider {
        margin: .5rem 0 3rem 0;
        padding: 0;
        transition: all 0.3s ease-in-out;
    }

    .btn-sm {
        min-width: 10vh;
    }
}
