.cfl-form p {
    margin-bottom: 15px;
}

.cfl-form input,
.cfl-form textarea {
    width: 100%;
}

.cfl-form textarea {
    min-height: 10rem;
}

.cfl-form input[type="submit"] {
    width: auto;
    cursor: pointer;
}

.cfl-success {
    color: green;
    font-weight: bold;
}

.cfl-error {
    color: red;
    font-weight: bold;
}

