:root{
  --re-primary:#111827;
  --re-accent:#2563eb;
  --re-radius:12px;
}

.re-card{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius: var(--re-radius);
}

.re-courses input, .re-courses select,
.re-apply input, .re-apply select, .re-apply textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #e5e5e5;
  border-radius: var(--re-radius);
  box-sizing:border-box;
}

.re-apply label{ display:block; margin:10px 0; font-weight:600; color: var(--re-primary); }
.re-step h3{ margin-top:0; color: var(--re-primary); }

.re-btn{
  display:inline-block;
  padding:10px 14px;
  border-radius: var(--re-radius);
  text-decoration:none;
  border:1px solid #e5e5e5;
  font-weight:600;
}

.re-btn-primary{
  background: var(--re-accent);
  border-color: var(--re-accent);
  color:#fff;
}

.re-btn-secondary{
  background:#fff;
  color: var(--re-primary);
  border-color:#e5e5e5;
}

.re-logo{
  max-width:180px;
  height:auto;
  display:block;
  margin: 0 0 14px 0;
}
