#repForm {
    max-width: 420px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
}

#repForm input,
#repForm select,
#repForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#repForm button {
    background: #28a745;
    color: #fff;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
}

#repForm button:hover {
    background: #218838;
}

#repMsg {
    margin-top: 10px;
    font-weight: bold;
}
