.date-picker{
    background-color: #eee !important;
}

.input2-container{
    border-bottom: 1px dotted #d2d2d2!important;
    background: #eee !important;
    width: 100%;
    margin-top: 11px;
}
.input-invalid{
  background: #ff1800ba;
    color: white;
}
.date-invalid{
  background: #ff1800ba !important;
    color: white !important;
    }

    .form-contol{
      border: solid gray 3px !important;
    }

    .input-text{
      border: solid #ecf0f1 3px !important;

    }
    .btn-continuar{
      border: solid;
        background-color: #2980b9 !important;
        color: white !important;
        width: 100%;
    }

    .input-invalid{
      background: #ff1800ba !important;
        color: white !important;
        }


.form-group label{
  color: black !important;
  font-weight: bold;
}

.date-invalid{
  background: #ff1800ba !important;
    color: white !important;
    }
  .input-invalid2{
    border: solid 1px #ff1800ba !important;
  }
.color-red{
  color:#ff1800ba !important;
}
.color-blue{
  color: #2980b9 !important;
}
.nav-links li a{
  text-transform: uppercase;
}
.title_header{
  font-weight: bold;
}
.link-alert{
  color:#f1c40f !important;
  font-weight:bold
}
.alert{
  font-weight: bold;
  font-size: 16px;
}
