.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

button,
.button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: #e5e5e5 1px solid;
    margin-top: 1px;
    margin-bottom: 1px;
    transition: background-color 0.1s;
}

button:hover,
.button:hover {
    background-color: #fafafa;
}

button:active,
.button:active {
    margin-top: 0;
    margin-bottom: 0;
    border: black 2px solid;
}
