* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: space-between; gap: 5vw; padding: 6vh 11vw; background: linear-gradient(110deg, rgba(3,0,98,.82), rgba(0,23,223,.73)), url('../../img/login-rede.jpg') center / cover no-repeat; color: #030062; }
.login-brand { flex: 1; text-align: left; }
.login-brand img { width: 100%; max-width: 430px; height: auto; filter: brightness(0) invert(1); }
.login-wrapper { width: min(100%, 460px); flex-shrink: 0; }
.login-card { background: #fff; border-radius: 30px; padding: 48px 40px 30px; box-shadow: 0 20px 60px #03006233; }
.login-network { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 30px; }
.login-network p { font-family: 'Neulis Alt', Arial, sans-serif; font-size: 25px; font-style: italic; font-weight: 600; line-height: 1.05; margin: 0; }
.network-map { display: block; width: 64px; height: 64px; background: #030062; mask: url('../../img/brasil-junior.png') left center / 173px 64px no-repeat; -webkit-mask: url('../../img/brasil-junior.png') left center / 173px 64px no-repeat; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; padding-left: 22px; margin-bottom: 4px; font-family: 'Neulis Alt', Arial, sans-serif; font-size: 18px; font-style: italic; font-weight: 400; }
.form-control { width: 100%; height: 52px; padding: 12px 22px; border: 1px solid #ccc; border-radius: 16px; background: #fff; box-shadow: 0 4px 24px #0000000d; color: #030062; font-size: 16px; }
.form-control::placeholder { color: #858585; opacity: 1; }
.form-control:focus { border-color: #0017df; outline: 3px solid #0017df26; }
.btn-login { width: 100%; padding: 14px; margin-top: 24px; border: 0; border-radius: 16px; background: linear-gradient(100deg, #030062, #0017df); color: white; font-size: 19px; font-style: italic; font-weight: 600; cursor: pointer; }
.btn-login:hover { filter: brightness(1.15); }
.btn-login:focus-visible, .login-footer a:focus-visible { outline: 3px solid #01a9e8; outline-offset: 4px; }
.login-footer { margin-top: 24px; text-align: center; font-size: 12px; color: #616171; }
.login-footer a { color: #030062; font-weight: 600; }
@media (max-width: 900px) { body { padding: 40px 6vw; gap: 30px; } .login-wrapper { width: 420px; } }
@media (max-width: 700px) { body { flex-direction: column; justify-content: center; gap: 24px; padding: 28px 20px; } .login-brand { flex: none; text-align: center; } .login-brand img { width: 210px; } .login-wrapper { width: min(100%, 420px); } .login-card { padding: 32px 24px 24px; border-radius: 24px; } }
