.login { position: relative; width: 100vw; height: 100vh; background: #e5e5e5; } .back { position: absolute; width: 60px; height: 60px; left: 10px; top: 104px; } .logo { position: absolute; width: 80px; height: 80px; left: 0; right: 0; top: 172px; margin: auto; } .title { position: absolute; top: 288px; left: 0; right: 0; text-align: center; font-family: "PingFang SC"; font-style: normal; font-weight: 600; font-size: 18px; line-height: 25px; color: #474a56; } .login-btn { display: flex; align-items: center; justify-content: center; position: absolute; top: 399px; left: 0; right: 0; margin: auto; width: 220px; height: 60px; background: #56b23a; border-radius: 10px; font-style: normal; font-weight: 600; font-size: 16px; line-height: 22px; color: #ffffff; } .privacy { position: absolute; top: 483px; left: 0; right: 0; display: flex; font-weight: 400; font-size: 14px; line-height: 20px; justify-content: center; align-items: center; color: #7a7e8d; } .privacy image { width: 14px; height: 14px; margin-right: 8px; } .privacy > .bold { color: #000; }