/* See My Price button */
.btn-green {
    border: 4px solid #fff;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
    border-color: #fff;
}

/* Keep quote fields and the submit button the same height */
#warrantyform .form-control,
#warrantyform .form-select {
    height: 2.65rem;
    box-sizing: border-box;
}

#warrantyform .btn-green {
    height: 2.65rem;
    font-size: 0.9rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
}
