/* BudoTV - shared styles for account pages (login, register, forgot, reset, billing...) */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Roboto', 'Segoe UI', Tahoma, Arial, sans-serif; background-color: #111; color: #222; line-height: 1.5; }
a { color: inherit; }
form { margin: 0; }
.login-box h4, .login-box .brand span, .btn-full-width, .btn-primary, .btn-secondary, .btn-danger { font-family: 'Jost', 'Segoe UI', Arial, sans-serif; }
.full-screen-section { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.gen-login-page-background { position: absolute; inset: 0; background: url('/images/background/asset-1.jpeg') center / cover no-repeat; z-index: 1; }
.gen-login-page-background::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.65); }
.login-box { position: relative; z-index: 10; width: 100%; max-width: 440px; margin: 0 auto; background: #fff; padding: 40px 35px; border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,.5); text-align: center; box-sizing: border-box; }
.login-box .brand { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; text-decoration: none; }
.login-box .brand img { height: 40px; }
.login-box .brand span { color: #111; font-weight: 700; font-size: 24px; }
.login-box h4 { color: #222; margin: 0 0 18px; font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.login-box p.lead { color: #555; margin: 0 0 24px; font-size: 15px; line-height: 1.5; }
.form-group { position: relative; margin-bottom: 20px; text-align: left; }
.form-group label.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.login-input { width: 100%; height: 48px; padding: 0 44px 0 42px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; font-size: 15px; background: #f9f9f9; color: #333; transition: border-color .2s, box-shadow .2s; }
.login-input:focus { border-color: #e50914; outline: none; background: #fff; box-shadow: 0 0 0 3px rgba(229,9,20,.15); }
.input-icon { position: absolute; top: 16px; left: 15px; color: #888; font-size: 16px; z-index: 2; pointer-events: none; }
.toggle-pw { position: absolute; top: 12px; right: 12px; background: none; border: 0; color: #888; cursor: pointer; font-size: 16px; padding: 4px; }
.validator-msg { display: block; margin-top: 6px; font-size: 12px; color: #d32f2f; font-weight: 600; }
.hint { display: block; margin-top: 6px; font-size: 12px; color: #777; }
.btn-full-width, .btn-primary, .btn-secondary, .btn-danger { display: block; width: 100%; padding: 14px; font-size: 16px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; border: none; border-radius: 6px; cursor: pointer; transition: background-color .2s; margin: 0 0 15px; text-decoration: none; box-sizing: border-box; text-align: center; }
.btn-primary { background: #e50914; color: #fff; }  .btn-primary:hover { background: #b80710; color: #fff; }
.btn-secondary { background: #222; color: #fff; } .btn-secondary:hover { background: #444; color: #fff; }
.btn-danger { background: #dc3545; color: #fff; } .btn-danger:hover { background: #b02a37; color: #fff; }
.msg-box, .error-box, .success-box, .info-box, .warning-box { display: block; padding: 14px 15px; border-radius: 6px; margin-bottom: 20px; font-size: 14px; font-weight: 600; text-align: left; line-height: 1.45; }
.error-box { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.success-box { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.info-box { background: #e8f1fb; color: #0c3c6e; border: 1px solid #c7ddf4; }
.warning-box { background: #fff3cd; color: #856404; border: 1px solid #ffeeba; }
.row-between { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: -5px 0 20px; font-size: 14px; }
.row-between label { display: inline-flex; align-items: center; gap: 6px; color: #555; cursor: pointer; white-space: nowrap; margin: 0; }
.row-between input[type=checkbox] { width: 16px; height: 16px; margin: 0; accent-color: #e50914; }
.link { color: #666; text-decoration: none; font-size: 14px; } .link:hover { color: #e50914; text-decoration: underline; }
.register-section { padding-top: 22px; border-top: 1px solid #eee; margin-top: 10px; }
.register-section p { margin: 0 0 5px; color: #444; font-weight: 600; font-size: 16px; }
.register-section span.gift { display: block; margin-bottom: 15px; color: #e50914; font-weight: 700; font-size: 15px; }
.back-link { display: inline-block; margin-top: 10px; color: #888; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: .5px; }
.back-link:hover { color: #222; } .back-link i { margin-right: 5px; }
.details { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 16px 18px; margin: 0 0 20px; text-align: left; font-size: 14px; line-height: 1.6; color: #333; }
.details ul { list-style: none; padding: 0; margin: 6px 0 0; } .details li { margin-bottom: 6px; } .details i { color: #e50914; margin-right: 8px; width: 16px; text-align: center; }
.check { display: flex; gap: 8px; align-items: flex-start; text-align: left; font-size: 13px; color: #555; margin: 0 0 18px; }
.check input[type=checkbox] { width: 16px; height: 16px; margin: 2px 0 0; accent-color: #e50914; }
.check a { color: #e50914; }
.big-icon { font-size: 56px; margin-bottom: 16px; } .big-icon.ok { color: #28a745; } .big-icon.bad { color: #dc3545; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 480px) { .login-box { padding: 30px 20px; } }

/* ---- Shield against the site theme (bootstrap + style.css make every input float:left, 100% wide) ---- */
.login-box input, .login-box select, .login-box textarea, .login-box button { float: none !important; }
.login-box .form-group { position: relative !important; display: block !important; width: 100% !important; clear: both; }
.login-box .login-input { display: block !important; width: 100% !important; height: 48px !important; padding: 0 44px 0 42px !important;
    background: #f9f9f9 !important; color: #333 !important; border: 1px solid #ccc !important; border-radius: 6px !important; margin: 0 !important; }
.login-box .login-input:focus { border-color: #e50914 !important; background: #fff !important; }
.login-box .row-between, .login-box .check, .login-box .actions { clear: both; }
.login-box input[type=checkbox] { width: 16px !important; height: 16px !important; margin: 0 !important; padding: 0 !important; display: inline-block !important; }
.login-box input[type=submit].btn-primary, .login-box input[type=submit].btn-secondary, .login-box input[type=submit].btn-danger { width: 100% !important; height: auto !important; color: #fff !important; }
.login-box input[type=submit].btn-primary { background: #e50914 !important; } .login-box input[type=submit].btn-primary:hover { background: #b80710 !important; }
.login-box input[type=submit].btn-secondary { background: #222 !important; } .login-box input[type=submit].btn-danger { background: #dc3545 !important; }
.login-box .hp-field input { position: absolute !important; left: -10000px !important; }
