body {
    background-size: 100% 58vh;
    background-position: top;
    background-image: url(../images/bg.webp) !important;
    background-repeat: no-repeat;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}
