.navbar-item img {
    max-height: 2.75rem !important;
}

body p{
 font-size: 22px !important;   
}

.wrapper{
    width: 85%;
    margin-left: 7.5%;
}

.spacer{
    margin-bottom: 100px;
}

.small-spacer{
    margin-bottom: 60px;
}

#formContainer p{
    font-size: 15px !important;
}

.input, .select select, .textarea {
    background-color: #fff;
    border-color: inherit;
    border-radius: 0;
    box-shadow: none;
    color: #363636;
    border: none;
    border-bottom: 1px solid black;
}

.values-modal{
    cursor: pointer;
}

.display{
    display: block;
}

.validation-notification{
    display: none;
}

.footer {
    background-color: white !important;
}