.input-title {
    width: 100%;
    outline: none;
    /* border: none; */
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.input-date {
    width: 100%;
    outline: none;
    /* border: none; */
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

form button:disabled {
    cursor: not-allowed;
    opacity: .5;
}