/* Add here all your CSS customizations */

/*-----------------------forms--------------------*/
form .row {
  
}

label {
  display: block;
}
span.label {
  color: #305c98;
  padding: 0px;
  font-size: 20px;
}

label input, label textarea{
  display: block;
}

span.required {
  color: red;
}

.store-badge {
  height: 30px;
}

@media (min-width: 992px) {
  .store-badge {
    height: 60px;
  }
}