body {
    width: 100vw;
    height: 100vh;
    font-size: 16px;
}

.bgs {
    background-color: #075ebd;
    height: 5rem;
    color: white;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
}

.full-w {
    max-height: 100%;
}

.bx--row img {
    margin: auto;
    width: 33%;
    height: auto;
    max-width: 240px;
}

.bx--inline-notification__close-button {
    display: none !important;
}

.form-holder {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    padding-bottom: 3rem;
}

.form-holder p {
    font-size: .75rem;
    font-weight: bold;
    line-height: 1.1;
}

.form-holder p:nth-child(2){
    margin-bottom: .25rem;

}

.bx--number input[type='number'] {
    font-size: 100%;
}

.bx--inline-notification__text-wrapper {
    font-size: 1rem;
}

.bx--number, .bx--numer__input-wrapper {
    font-size: 1rem;
}

input, select, button, textarea {
    font-size: 16px;
}

.logo-pix {
    max-width: 128px;
    display: inline-block;
}

.feedback-ghost-button {
    font-size: .75rem;
}