.login-page{display:grid;grid-template-rows:1fr 2fr;height:100%;padding:20px}.login-page .logo{height:auto;width:auto;max-width:280px;max-height:140px;justify-self:center;align-self:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.login-form{display:flex;flex-direction:column;width:100%;max-width:320px;gap:1rem;justify-self:center;align-self:start;margin-top:2rem}.login-form label{color:#fff;font-size:.875rem;margin-bottom:-.5rem}.login-form input{background-color:#000;border:1px solid white;border-radius:4px;color:#fff;padding:.75rem 1rem;font-size:1rem}.login-form input:focus{outline:none}.login-form input::placeholder{color:#666}.login-form .forgot-password-link{color:#fff;font-size:.875rem;text-decoration:underline;text-align:right;margin-top:.25rem;margin-bottom:-.5rem;transition:all .2s ease}.login-form .forgot-password-link:hover{color:#ccc}.login-form button{background-color:#333;color:#fff;border:none;border-radius:4px;padding:.75rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.5rem;transition:all .2s ease}.login-form button:hover{background-color:#fff;color:#000}.login-form p{font-size:.875rem;text-align:center;margin-top:1rem;color:#fff}.login-form p a{color:#fff;text-decoration:underline;transition:all .2s ease}.login-form p a:hover{color:#ccc}.register-page{display:grid;grid-template-rows:1fr 2fr;height:100%;padding:20px}.register-page .logo{height:auto;width:auto;max-width:280px;max-height:140px;justify-self:center;align-self:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.register-form{display:flex;flex-direction:column;width:100%;max-width:320px;gap:1rem;justify-self:center;align-self:start;margin-top:2rem}.register-form label{color:#fff;font-size:.875rem;margin-bottom:-.5rem}.register-form input{background-color:#000;border:1px solid white;border-radius:4px;color:#fff;padding:.75rem 1rem;font-size:1rem}.register-form input:focus{outline:none}.register-form input::placeholder{color:#666}.register-form button{background-color:#333;color:#fff;border:none;border-radius:4px;padding:.75rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;margin-top:.5rem;transition:all .2s ease}.register-form button:hover:not(:disabled){background-color:#fff;color:#000}.register-form button:disabled{cursor:not-allowed}.register-form p{font-size:.875rem;text-align:center;margin-top:1rem;color:#fff}.register-form p a{color:#fff;text-decoration:underline;transition:all .2s ease}.register-form p a:hover{color:#ccc}.register-form p.register-form-passwords-do-not-match{color:red;text-align:left;margin-top:.25rem;margin-bottom:.25rem}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}html,body,div#root{width:100%;height:100%}body{background-color:#000;color:#fff}
