/* Sprint Login – small additions on top of yfw-dashboard.css */
.yfw-auth-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.yfw-auth-panel{ padding:16px 16px 18px; }
.yfw-auth-panel h2{ margin:0 0 6px; font-size:16px; font-weight:800; }
.yfw-auth-muted{ margin:0; color:#6b7280; font-size:13px; }
.yfw-auth-sep{ height:10px; }

.yfw-auth-form .form-group{ margin-bottom:12px; }
.yfw-auth-form .control-label{ font-weight:700; color:#111827; font-size:12px; margin-bottom:6px; }
.yfw-auth-form .form-control{ border-radius:12px; height:44px; }
.yfw-auth-form .yfw-forgot{ margin-top:6px; font-size:12px; }
.yfw-auth-form .yfw-forgot a{ color:#6b7280; text-decoration:none; }
.yfw-auth-form .yfw-forgot a:hover{ text-decoration:underline; }

.yfw-role{ display:flex; gap:14px; flex-wrap:wrap; margin-top:10px; }
.yfw-role label{ display:flex; align-items:center; gap:8px; font-weight:700; color:#111827; }

@media (max-width:860px){
  .yfw-auth-grid{ grid-template-columns:1fr; }
}
