@charset "UTF-8";

.sq-input {
  /* width: 147px; */
  width: 147px;
  /* padding: 1px; */
  height: 17px;
}

.sq-input--error {}

.sq-input--focus {}

.defined-agreement {
  line-height: 20px;
}

.l3 {
  padding: 5px 7px;
  background-color: hsl(0, 23%, 55%);
  border-radius: 5px;
  margin: 0 4px;
  cursor: pointer;
}

.article-section__placeholder {
  /* width: 147px; */
  /* height: 20px; */
  width: 147px;
  height: 17px;
  box-sizing: border-box;
  padding: 1px;
  line-height: 15px;
  /* color: var(--primary-text-colora); */
  color: darkgrey;
}

.wrapper {
  height: 17px;
}

/* #hoa-policy {
  cursor: pointer;
} */
#hoa-policy:hover #test1 {
  text-decoration: underline;
}

/* .vehicle-item:first-child input[type="button"] {
  display: none;
} */
.vehicle-item:first-child {
  border: none;
}

.vehicle-item {
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid grey;
}

#registrations__name1 {
  margin-bottom: 20px; padding: 60px;
}

@media (max-width: 650px) {

  #registrations__name1 {
    margin-bottom: 20px; padding: 60px 30px;
  }
}
