/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */

body {
    padding-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
}

.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.form-control {
    background: rgba(0,0,0, 0.2);
    color: #fff;
    border: 2px solid #fff;
}
.form-control:focus {
    background: rgba(255,255,255, 0.2);
    color: #fff;
    border: 2px solid #2297d4;
}

#password {
    background-color: #fff;
    color: #212529;
    border: 1px solid #ced4da;
}
#password:focus {
    background-color: #fff;
    color: #212529;
    border-color: #86b7fe;
}
.floating {
    color: #212529;
}

.title {
    color: #000;
}

.botao {
    background: #2297d4;
    color: #fff;
    font-family: 'Fuso Title';
    font-size: 4rem;
    padding: 15px 55px 25px 55px;
}

.question_title {
    font-family: 'Fuso Title';
    font-size: 3rem;
    padding-left: 4vw;
}

.answersWrapper {
    background: #000;
    font-family: 'Fuso Text';
    border: 8px solid #2297d4;
    font-size: 2rem;
    padding: 18px 55px 18px 55px;
    margin-bottom: 3vh;
}

.progress {
    height: 60px;
    background: rgba(255,255,255,0.5);
}
.progress-bar {
    background-color:#2297d4;
}
.back_btn {
    width: 100vw;
    height: 15vh;
}
.footnote {
    color: #666;
    margin-top: 3rem;
    font-size: 14px;
}
