.form-top {
    background: #314F08;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0
}

.form-bottom {
    background-color: #e7e7e7;
    padding: 30px;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="button"],
.form select,
.form textarea {
    width: 100%;
    border: 0.01px solid #cccccc;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.red-button {
    background: #750000;
    border: none;
    color: #fff;
    padding: 10px 50px;
    border-radius: 20px;
}

.red-button:hover {
    background: #6e1701;
}
