﻿.custom-forms .form-group { margin-bottom: 25px !important; }
.custom-forms .form-group .form-label { margin-bottom: 8px; font-weight: 500; font-size: 17.5px; color: #2e2e2e; }
.custom-forms .form-group .form-control:focus { border-color: #b8dafd; box-shadow: 0 0 0 2px rgba(182, 210, 255, 0.25); }
.custom-forms .form-group .form-select:focus { border-color: #b8dafd; box-shadow: 0 0 0 2px rgba(182, 210, 255, 0.25); }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }
