body.login { min-height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; }
body.login:before { content: ''; position: fixed; inset: 0; background: rgba(0,0,0,.18); pointer-events: none; z-index: 0; }
body.login #login { position: relative; z-index: 2; padding-top: 7vh; }
body.login form { padding: 28px 28px 30px; }
body.login form .input, body.login input[type=password], body.login input[type=text] { border-radius: 10px; padding: 8px 12px; }
body.login .button-primary { border-radius: 10px; min-height: 42px; font-weight: 600; }
body.login #nav, body.login #backtoblog { text-align: center; }
.cs-login-bg-video { position: fixed; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cs-video-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: -1; }
