#npg-form-section {
    --blue: #12b2e6;
    --grey: #676767;
    font-family: "Roboto", sans-serif !important;
}

#npg-form-section .input-group
{
    align-items: center;
}

#npg-form-section .form-control,
#npg-form-section .custom-select {
    border: 0;
    border-radius: 50px;
}

#npg-form-section label[class^="col-"] {
    display: flex;
    align-items: center;
    border-radius: 0;
}

#npg-form-section .custom-select,
.input-group>.input-group-append,
.input-group>.input-group-prepend>.input-group-text {
    border-radius: 0;
    border-radius: 50px;
    align-items: center;
}

#npg-form-section .input-group-text {
    color: white;
    background-color: transparent;
    border: 0;
    align-items: center;
}

#npg-form-section .input-group-prepend {
    min-width: 259px;
}

#npg-form-section .input-group-append {
    min-width: 100px;
}

#npg-form-section h3.npg-section-header {
    font-size: 28px;
    color: var(--blue);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}

#npg-form-section hr {
    margin: 10px auto 50px auto !important;
}

#npg-form-section #npg-results-section span
{
    font-weight: bold;
}

#npg-form-section #npg-results-section span#bucklingok {
    padding: 5px;
    border-radius: 5px;
}

#npg-form-section .fas
{
    font-size: 20px;
    padding-left: 5px;
}

#npg-form-section img.logo,
#npg-form-section .disclaimer
{
    display: none !important;
}