.property {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.success {
    color: green;
    margin-bottom: 15px;
}
input[type="text"], textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
}
input[type="submit"] {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
input[type="submit"]:hover {
    background-color: #0b5ed7;
}