:root {
    --bs-font-sans-serif: 'Montserrat', sans-serif;
}

body {
    background: url("../media/bg-grillage.jpg") no-repeat 0 0 / cover;
    color: white;
    font-size: large;
}

input::placeholder {
    text-align: center;
    font-size: larger;
    opacity: 0.5 !important;
}

.text-orange {
    color: #FECC02 !important;
}

.main-center {
    min-height: 20rem;
    min-width: 35rem;
    background-color: #FFFFFF !important;
}

.copyright {
    margin-right: -20rem;
}

@media (max-width: 768px) {
    .copyright {
        margin-right: 0;
    }

    .w-50 {
        width: 100% !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .main-center {
        margin-right: unset !important;
        min-width: unset;
    }

    .w-25 {
        width: 50% !important;
    }
}





