html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, blockquote{
  margin: 0;
  padding: 0;
}

a{
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img{
  border: none;
}

button,
input,
select,
textarea{
  appearance: none;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio],
input[type=range]{
  appearance: auto;
}

/*
body{
  background-color: #ffffff;
  color: #000000;
}





table{
  border-spacing: 0;
  border-collapse: collapse;
}

button,
input[type=text],
input[type=submit],
textarea,
select{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea{
  resize: none;
  overflow: auto;
}

select{
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 12px center;
}

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

input::-ms-clear,
textarea::-ms-clear{
  display: none;
}

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

.loading *{
  transition: none !important;
}

.clear{
  clear: both;
}
*/