/*Cambia el color de alertas de exito*/

.alert-success {
  background-color: #3c8dbc !important;
  border-color: #a4c2d4 !important;
}

.inline-class {
    display: inline-block;
    white-space: nowrap;
}
