.login_container__I6N6n{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#1f2937;color:#fff}.login_content__oE8bH{text-align:center}.login_title__PqfOC{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.login_error__dHxTf{color:#ef4444;margin-bottom:1rem}.login_button__OLXCa{display:flex;align-items:center;justify-content:center;background-color:#3b82f6;color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .3s}.login_button__OLXCa:hover{background-color:#2563eb}.login_disabled__Wsrvn{opacity:.5;cursor:not-allowed}.login_loader__Lb6mW{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:20px;height:20px;animation:login_spin__5eJ3t 1s linear infinite;margin-right:.5rem}@keyframes login_spin__5eJ3t{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}