/* 
Just link this stylesheet to any html page and see the magic 
*/

.field__input {
  width: 100%;
  background-color: #eef2f6;
  border: 1px solid #e3e8ef;
  border-radius: 5px;
  padding: 0.8rem;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #1b202b;
  font-weight: normal;
}
.field {
  display: block;
  margin: 10px;
}
.field__label {
  color: #748094;
  margin: 10px 0px;
  font-style: normal;
  font-weight: normal;
}
