/* prompt-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Prompt";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/prompt-v10-latin-300.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/prompt-v10-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* prompt-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Prompt";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/prompt-v10-latin-regular.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/prompt-v10-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* prompt-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Prompt";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/prompt-v10-latin-700.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/prompt-v10-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* prompt-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Prompt";
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/prompt-v10-latin-900.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/prompt-v10-latin-900.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    background: #000;
    margin: 0;
    padding: 0;
    font-family: "Prompt";
    font-weight: 500;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

b,
strong {
    font-weight: 900;
}

p {
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 120%;
}
.titolo {
    font-size: 64pt;
    line-height: 100%;
    width: 100%;
    font-weight: 900;
}

.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.page-corpo {
    padding: 60px;
    text-align: center;
    background-color: rgba(255,255,255,.9);
    margin: auto;
    border-radius: 12px;
    width: 100%;
}

.inverso span {
    font-size: 48px;
    color: #fff;
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.question_01 {
    font-size: 48px;
    font-weight: 900;
    line-height: 100%;
}
.question_02 {
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
}
.question_03 {
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc !important;
}
.form-control {
    font-weight: 600;
}
.entry-title {
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 800;
}

.has-error label {
    color: rgb(192, 0, 0) !important;
}
.has-success {
    color: rgb(0, 192, 0);
}
.help-block {
    color: rgb(192, 0, 0);
    font-size: 85%;
}
.btn {
    font-weight: 700;
}
