body{margin:0;font-family:'Figtree',sans-serif;background-color:#000}.container{display:flex;height:100vh}.login-section{flex:1;background-color:#000;display:flex;justify-content:center;align-items:center;color:#fff;padding:2rem}h2{margin-bottom:1.5rem}.logo-center{display:flex;justify-content:center}.form-box{width:100%;max-width:350px;background-color:#000;padding:2rem;border-radius:8px;color:#fff}.form-box>div:first-of-type{margin-bottom:1.8rem}.form-box>div.mt-4{margin-top:1.8rem}.form-box h2{font-size:1.5rem;margin-bottom:2.4rem;font-weight:600;color:#fff}.text-input,.button-primary{color:#fff;width:100%;background-color:transparent;box-sizing:border-box;padding:.75rem;border:2px solid #fff;border-radius:6px;font-size:1rem}.text-input::-moz-placeholder{color:#bbb}.text-input::placeholder{color:#bbb}.text-input:focus{outline:none;border-color:#fec147;background-color:#000;color:#fff}.button-primary{background-color:#fec147;color:#000;cursor:pointer;font-weight:600;transition:background-color .3s,color .3s,border-color .3s;margin-top:1.5rem;border:none;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button-primary:hover{background-color:#d49e2c;color:#fff;border:none}.input-label{color:#fff}.input-error{list-style-type:none;padding-left:0;margin:10;color:#bc2d2d}.forgot-password{font-size:.875rem;margin-top:.5rem;font-weight:700;text-align:right;display:block;color:#fff;text-decoration:underline}.register-link{text-align:center;margin-top:2rem;font-size:.875rem;color:#fff}.register-link a{color:#e8b931;text-decoration:none;font-weight:700}.register-link:hover{text-decoration:underline}.forgot-password{text-decoration:none}.forgot-password:hover{text-decoration:underline}.image-section{flex:0 0 60%;background-size:cover;background-position:center;position:relative}.welcome-text{position:absolute;top:30%;left:10%;color:#fff;font-size:1.2rem}.welcome-text h1{font-family:"Instrument Serif",serif;font-size:5rem;font-optical-sizing:auto;font-weight:300;font-style:normal;font-variation-settings:"wdth" 100;line-height:1.2}.spinner{border:3px solid #f3f3f3;border-top:3px solid #333;border-radius:50%;width:16px;height:16px;margin-left:8px;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none}@media (max-width: 768px){.container{flex-direction:column;height:auto}.image-section{display:none}.login-section{flex:none;width:100%;padding:2rem 0;background:linear-gradient(#0009,#0009),url(/build/assets/login-register-bg-CZv6OZmr.png);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;min-height:100vh}.form-box{background-color:transparent;text-shadow:1px 1px 2px rgba(0,0,0,.8);padding:2rem 1.5rem;border-radius:8px;width:100%;max-width:90%}.welcome-text{display:none}.logo-center{margin-bottom:1.5rem;justify-content:center}.logo-center img{max-width:120px;height:auto}}@media (min-width: 769px) and (max-width: 1024px){.container{flex-direction:row;height:100vh}.image-section{flex:0 0 50%}.login-section{flex:0 0 50%;padding:2rem;background-color:#000;display:flex;justify-content:center;align-items:center}.form-box{max-width:300px;padding:2rem}.welcome-text h1{font-size:3rem}.welcome-text{top:25%;left:8%}}
