#teppfa-large-form-section {
    --blue: #12b2e6;
    --grey: #676767;
    font-family: "Roboto", sans-serif !important;
}

#teppfa-large-form-section .form-control,
#teppfa-large-form-section .custom-select {
    border: 0;
    border-radius: 50px;
}

#teppfa-large-form-section .input-group
{
    align-items: center;
}

#teppfa-large-form-section label[class^="col-"] {
    display: flex;
    align-items: center;
    border-radius: 0;
}

#teppfa-large-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;
}

#teppfa-large-form-section .input-group-text {
    color: white;
    background-color: transparent;
    border: 0;
}

#teppfa-large-form-section .input-group-prepend {
    min-width: 190px;
}

#teppfa-large-form-section .input-group-append {
    min-width: 100px;
}

#teppfa-large-form-section h3.teppfa-section-header {
    font-size: 28px;
    color: var(--blue);
    text-align: left;
    margin-bottom: 30px !important;
    font-weight: 500;
}

#teppfa-large-form-section hr {
    margin: 10px auto 50px auto !important;
}

#teppfa-large-form-section #teppfa-results-section span
{
    font-weight: bold;
}

#teppfa-large-form-section #teppfa-results-section span#deflOK,
#teppfa-large-form-section #teppfa-results-section span#csOK,
#teppfa-large-form-section #teppfa-results-section span#tsOK,
#teppfa-large-form-section #teppfa-results-section span#bucklingAOK,
#teppfa-large-form-section #teppfa-results-section span#bucklingBOK {
    padding: 5px;
    border-radius: 50px;
}

#teppfa-large-form-section .fas
{
    font-size: 20px;
    padding-left: 5px;
}

#teppfa-large-form-section img.logo,
#teppfa-large-form-section .disclaimer
{
    display: none !important;
}