#root{max-width:1280px;margin:0 auto;padding:2rem}.container{display:flex;flex-direction:column;justify-content:space-between}.logo{width:140px;height:140px;border-radius:24px;margin:0 auto}.title{margin:16px auto}.atencao{font-weight:700;color:#e94c4c}.input{width:calc(100% - 36px);height:60px;padding:0 16px;background:#fff;border-radius:10px;margin-bottom:8px;flex-direction:row;align-items:center;border:2px solid #c1c2c3}.loginBtn{cursor:pointer;width:100%;height:60px;background:#023e7a;border-radius:10px;margin:8px 0 0;justify-content:center;align-items:center;font-size:18px;text-align:center;color:#fff;border:0}.deleteBtn{cursor:pointer;width:100%;height:60px;background:#e94c4c;border-radius:10px;margin:8px 0 0;justify-content:center;align-items:center;font-size:18px;text-align:center;color:#fff;border:0}.cancelBtn{cursor:pointer;padding:4px 8px;border:solid 1px #023e7a;color:#023e7a}.confirmBtn{cursor:pointer;padding:4px 8px;background-color:#e94c4c;color:#fff;border:solid 1px #e94c4c}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#012346;background-color:#e5e5e5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}
