/* Ensure inputs and buttons have the exact same height */
.form-control-lg, .btn-lg {
    height: 52px !important;
    line-height: 52px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.btn-lg {
    display: flex;
    align-items: center;
    justify-content: center;
}
