.login{display:flex;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:433px;min-height:200px;padding:30px;gap:24px;background:#212134;border:1px solid #212134;box-shadow:0 2px 4px 2px rgba(0,0,0,.6);border-radius:20px;box-sizing:border-box}.login__logo{width:57px;height:57px}.login__title{margin:0}.login__error{width:100%;padding:12px 16px;background:#fde8e8;color:#b91c1c;border:1px solid #f5b1b1;border-radius:6px;font-size:14px;text-align:center;box-sizing:border-box}.login__buttonSubmit{width:100%;max-width:346px;height:40px;font-size:16px;color:#fff;background:linear-gradient(84.4deg,#ea4e44 .07%,#db225a 60%);border-radius:50px;border:none;cursor:pointer}