.form__field--input:focus {
    border-color: rgb(204,204,204);
    outline: none;
}

.form__field--inputTime {
    max-height: 34px;
}
