body{margin:0}.page-wrapper{width:100%;min-height:100vh}.title-icons-container{flex-direction:column;gap:8px}.images-container,.title-icons-container{display:flex;justify-content:space-between;align-items:center}.images-container{gap:24px;padding-bottom:8px;border-bottom:2px solid #000}.login-container{padding:1.5rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.1);position:relative}.login-container.focused:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(90deg,#4a90e2 50%,transparent 0) 0 0 no-repeat,linear-gradient(0deg,#4a90e2 50%,transparent 0) 100% 0 no-repeat,linear-gradient(-90deg,#4a90e2 50%,transparent 0) 100% 100% no-repeat,linear-gradient(-180deg,#4a90e2 50%,transparent 0) 0 100% no-repeat;background-size:0 2px,2px 0,0 2px,2px 0;animation:border-walk 1.5s linear forwards}@keyframes border-walk{0%{background-size:0 2px,2px 0,0 2px,2px 0}25%{background-size:100% 2px,2px 0,0 2px,2px 0}50%{background-size:100% 2px,2px 100%,0 2px,2px 0}75%{background-size:100% 2px,2px 100%,100% 2px,2px 0}to{background-size:100% 2px,2px 100%,100% 2px,2px 100%}}.login-title{font-size:1.5rem;color:#4b5563;font-weight:700;margin-bottom:1rem}.login-form{padding:1.5rem;border-radius:.375rem;width:20rem}.form-group{margin-bottom:1rem}.form-label{display:block;color:#4b5563;margin-bottom:.5rem}.form-input{width:92%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.3)}.error-message{color:#ef4444;font-size:.875rem;margin-top:.5rem}.login-button{width:100%;background-color:#3b82f6;color:#fff;padding:.5rem 0;border-radius:.375rem;border:none;cursor:pointer;font-weight:500}.login-button:hover{background-color:#2563eb}.login-button:focus{outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.container{justify-content:center;min-height:60vh}.container,.content{display:flex;flex-direction:column;align-items:center;padding:2rem}.content{max-width:500px;text-align:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.image{margin-bottom:1.5rem}.title{font-size:1.5rem;color:#333}.message,.title{margin-bottom:1rem}.message{font-size:1.1rem;color:#555}.message strong{color:#c00}.suggestion{font-size:.95rem;color:#777;margin-top:1rem}