.formid-49 input {
    width: 100%;
    border-radius: 0.2rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

.formid-49 button {
    background-color: #cc0033;
    color: white;
}

.formid-49 button:hover {
    color: white;
    background-color: black;
}

.formid-49 label {
    margin-bottom: 0;
}
