.btn {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: .875rem !important;
    line-height: 1.5 !important;
}
.btn-group-lg > .btn,
.btn-lg {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none !important;
}
