/* Ensure the input text is on the right */
.form-control[type="date"],
.form-control[type="time"] {
    text-align: left; /* Align value to the right */
    width: 150px;
}