body .track_order {
    flex-direction: column;
    align-items: flex-start;
}

.track_order input + label{
    font-size: 13px;
    margin-top: 8px;
    line-height: 1;
}

body .track_order :is(.form-row-first,.form-row-last){
    width: 100%;
}

body .track_order p:first-child{
    text-align: left;
    font-size: 15px;
}