.login,.register{display:flex;align-items:center;justify-content:center;font-family:Rubik;padding:0;width:100%;max-width:440px}.login__wrapper,.register__wrapper{background-color:#ffffff08;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:48px;border-radius:24px;width:100%;max-width:440px;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;gap:32px}@media (max-width: 480px){.login__wrapper,.register__wrapper{padding:32px 24px}}.login__wrapper h1,.register__wrapper h1{font-family:Russo;font-size:32px;text-align:center;color:#fff;margin:0;letter-spacing:1px}.login__form,.register__form{display:flex;flex-direction:column;gap:16px}.login__form input,.register__form input{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 20px;color:#fff;font-size:16px;outline:none;transition:all .3s}.login__form input::placeholder,.register__form input::placeholder{color:#ffffff4d}.login__form input:focus,.register__form input:focus{border-color:#1e90ff;background-color:#ffffff14;box-shadow:0 0 15px #1e90ff1a}.login__form button,.register__form button{background-color:#1e90ff;color:#fff;border:none;border-radius:12px;padding:14px;font-family:Russo;font-size:16px;cursor:pointer;transition:all .3s;margin-top:8px}.login__form button:hover,.register__form button:hover{filter:brightness(1.2);transform:translateY(-2px);box-shadow:0 5px 20px #1e90ff4d}.login__form button:active,.register__form button:active{transform:translateY(0)}.login__footer,.register__footer{text-align:center}.login__footer p,.register__footer p{color:#ffffff80;font-size:14px}.login__footer p a,.register__footer p a{color:#1e90ff;text-decoration:none;font-weight:500;margin-left:4px;transition:color .2s}.login__footer p a:hover,.register__footer p a:hover{color:#add8ff;text-decoration:underline}.login_response,.register_response{min-height:20px;text-align:center;font-size:14px;color:#2ecc71}.login_response--error,.register_response--error{color:#e74c3c}
