.wtfl-login__box h2 { margin: 0 0 10px; text-align: center; color: #333; }
.wtfl-login__box p { text-align: center; color: #777; margin-bottom: 25px; }
.wtfl-login__group { margin-bottom: 18px; }
.wtfl-login__group label { display: block; margin-bottom: 6px; font-weight: 600; color: #444; }
.wtfl-login__group input[type="text"],
.wtfl-login__group input[type="password"],
.wtfl-login__group input[type="number"] { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; box-sizing: border-box; }
.wtfl-login__group input:focus { outline: none; border-color: #2271b1; }
.wtfl-login__options { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; font-size: 14px; }
.wtfl-login__options label { display: flex; align-items: center; gap: 6px; }
.wtfl-login__options a, .wtfl-login__back a { color: #2271b1; text-decoration: none; }
.wtfl-login__options a:hover, .wtfl-login__back a:hover { text-decoration: underline; }
.wtfl-login__button { width: 100%; padding: 12px; background: #2271b1; color: #fff; border: 0; border-radius: 8px; cursor: pointer; font-size: 16px; font-weight: 600; transition: background .3s ease; }
.wtfl-login__button:hover { background: #135e96; }
.wtfl-login__error { margin-bottom: 15px; color: #dc3232; font-size: 14px; text-align: center; }
.wtfl-login__success, .wtfl-notice--success { margin-bottom: 15px; color: #46b450; font-size: 14px; text-align: center; }
.wtfl-login__back { margin-top: 16px; margin-bottom: 0 !important; }
