textarea,
input[type=date],
input[type=text],
input[type=password],
input[type=email],
input[type=phone],
input[type=number] {
    border: 1px solid #000;
    padding: 10px;
    height: 38px;
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
}
textarea {
    height: 120px;
}
button {
    background: #000;
    color: #fff;
    border: 0;
    height: 30px;
    cursor: pointer;
    margin-top: 20px;
    padding: 0 10px;
}
label {
    margin-bottom: 5px;
}
.form-check label {
    display: inline;
}