* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #5882FA;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

a:hover, a:focus, a:visited, a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

input, label {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

button {
  background: transparent;
  border: none;
  outline: none !important;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}

button:hover, button:focus, button:visited, button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

p, span, small, big, strong, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #000 !important;
}

.row {
  margin: 0 !important;
}
/*# sourceMappingURL=reset.css.map */