body {
  margin: 0px;
  padding: 0px;
  min-width: 320px;
  color: #333;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

.container {
  max-width: 1100px;
  margin: 0px auto;
  width: 100%;
  padding: 10px;
}

.container-sm {
  max-width: 895px;
  padding: 15px 10px;
  width: 100%;
  margin: 0px auto;
}

* {
  box-sizing: border-box;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}


input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofil {
  background: transparent !important;
}


p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  margin: 0px;
}

img {
  max-width: 100%;
  max-height: 100%;
}