/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .form-group {
    margin-bottom: 1rem;
 }
 
 label {
    padding-bottom: 8px;
    padding-top: 15px;
 }
 
 input[type="number"], input[type="text"] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 button[type="submit"] {
    margin-top: 1rem;
 }
 