button[type="submit"],
button.submit {
    background-color: #1d3085;
    color: #ffffff;
}

button[type="submit"]:hover,
button.submit:hover {
    background-color: #13205a;
}

button.primary:focus-visible {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5), 0 0 .5rem .4rem rgba(var(--color-foreground), .3);
    outline: 0;
}

.field-row label,
.qty-row label {
    color: #1d3085;
    font-weight: 700;
}


.text-primary {
    color: #1d3085;
}

.border-primary {
    border-color: #1d3085;
}

.bg-primary {
    background-color: #1d3085;
}

.rte a {
    color: #1d3085;
}
