.buyer-email {
  width: 100%;
  height: 44px;
  border: 1px solid #dce1e8;
  border-radius: 9px;
  padding: 0 12px;
  margin: 0 0 10px;
  outline: none;
}

.buyer-email:focus {
  border-color: #3476e8;
  box-shadow: 0 0 0 3px #3476e81a;
}
