div,
p,
span,
fieldset,
legend,
td,
th,
label,
button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: normal;
}

div {
    position: static;
    box-sizing: unset;
}

*,
::after,
::before {
    box-sizing: unset;
}

::placeholder {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    opacity: 0.7;
}

i[class^="icon-"],
i[class*="icon-"] {
    font-family: FontAwesome !important;
}