.page-vestibular label {
    text-transform: none;
}
.page-vestibular .uppercase {
    text-transform: uppercase;
}
.page-vestibular .btn {
    background-color: #841788;
}
.page-vestibular .btn:focus ,
.page-vestibular .btn:active ,
.page-vestibular .btn:hover {
    background-color: #501B54;    
}

.form-check-input:checked {
    background-color: #841788;
    border-color: #841788;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus, 
textarea:focus,
select.form-select:focus {
    outline: none;
    border-color: #841788;
    box-shadow: none;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 1rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 1rem;
}

select.form-select.empty {
    opacity: 0.95;
    color: #898c94;
    font-weight: 600;
}

/* Pagamento */
.page-vestibular .pix-header {
    color: #3ebbac;
    font-size: 60px;
}
.page-vestibular .pix-header > span {
    display: block;
    font-size: 1rem;
    font-weight: 300;
    margin-top: -15px;
}
.page-vestibular .pix-wrapper {
    max-width: 500px;
    margin: 40px auto;
}
.page-vestibular .pix-wrapper .logo-pix {
    width: 50%;
}
.page-vestibular .pix-wrapper .instructions {
    display: inline-block;
    text-align: left;
    font-size: 22px;
    margin-bottom: 35px;
}
.page-vestibular .pix-wrapper .instructions > p > strong {
    margin-right: 10px;
}
.page-vestibular .chave-pix .pill {
    display: inline-block;
    font-size: 1.2rem;
    padding: 10px 40px;
    margin-bottom: 10px;
    border: 1px solid #3ebbac;
    border-radius: 40px;
}
.page-vestibular .chave-pix .pill.big {
    font-size: 2rem;
}


