.page_container__zagmD{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;background-color:var(--color-background,#f8f9fa);transition:background-color .3s}.page_logo__3qVzi{width:200px;height:200px;margin-bottom:30px;object-fit:contain}.page_title__QV6iH{font-size:32px;font-weight:700;margin-bottom:60px;text-align:center;color:var(--color-text,#333);transition:color .3s}.page_loginButton__cpRki{padding:16px 32px;border-radius:8px;min-width:250px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 2px 4px var(--color-shadow,rgba(0,0,0,.2));border:none;cursor:pointer;transition:opacity .2s,background-color .3s,box-shadow .3s}.page_loginButton__cpRki:hover:not(:disabled){opacity:.9;box-shadow:0 4px 8px var(--color-shadow,rgba(0,0,0,.3))}.page_buttonDisabled__cbzQO{opacity:.6;cursor:not-allowed}.page_buttonContent__zDOkA{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.page_buttonText__H3RgI{color:#fff;font-size:16px;font-weight:600}.page_spinner__ljkt6{border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:page_spin__ZW0L5 1s linear infinite}@keyframes page_spin__ZW0L5{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}