/* @import url('https://fonts.googleapis.com/css?family=Nunito'); */

html,
body {
  height: 100%;
}

body {
    font-family: Nunito;
}

.bg {
  /* The image used */
  /* background: url("/img/fondo.png") no-repeat 50% fixed / cover; */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group.required label:after {
  content:"*";
  color:red;
}

a.deco-none {
    color:inherit;
    text-decoration:none;
}
a.deco-none:hover {
  text-decoration:underline;
}

#app > nav.navbar {
  background-color: #00000070;
}

div.dt-button-collection.dropdown-menu {
    left: auto!important;
    right: 0px!important;
}
