/* public/css/register.css */
.rules-box{
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  padding: .75rem .9rem;
  background: #fff;
}

.rules-title{
  font-weight: 600;
  margin-bottom: .5rem;
}

.rules-list{
  padding-left: 1.1rem;
}

.rule.fail{ color: #6c757d; }
.rule.ok{ color: #198754; }
