body {
  padding-top: 2rem;
}

.starter-template {
  padding: 1.5rem;
  text-align: center;
}

.ps-max-width {
  width: 100%;
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}

.ps-200 {
  width: 100%;
  max-width: 200px;
  padding: 0px;
  margin: 0 auto;
}

.ps-form-control-small {
  display: block;
  width: 100%;
  max-width: 125px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ps-form-control-med {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ps-form-control-mn {
  max-width: 180px !important; 
}

.ps-form-control-name {
  display: block;
  width: 100%;
  max-width: 265px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ps-form-control-email {
  display: block;
  width: 100%;
  max-width: 390px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}