.form-control {
  border: 1px solid #818181;
  height: 40px;
}

.form-horizontal .control-label
{
    color: #000;
}

.form-control::placeholder {
    color: #72797e;   /* Replace with your desired color */
    opacity: 1;       /* Optional: ensure full visibility */
}

.datepicker table tr td, .datepicker table tr th
{
    font-size: 20px !important;
    height: 40px !important;
    width: 40px !important;
    font-weight: 500 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover
{
    color: #ebebeb !important;
}

.table-condensed
{
    width: 250px;
}


@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
  .remove-margin{
    margin-top: 25px;
  }
}
