.delete-account{width:100%;height:100vh;background:radial-gradient(175.03% 104.15% at 88.52% 8.8%,#fffcef 0,#e0f5f4 100%);font-family:PingFang SC;font-style:normal;display:flex;flex-direction:column;justify-content:center;gap:80px}.delete-account .header{width:1044px;margin:0 auto;font-weight:600;color:#061c32}.delete-account .header h1.title{font-size:64px;line-height:74px}.delete-account .header h3.description{font-size:32px;line-height:56px;margin-top:22px}.delete-account .body{width:756px;margin:0 auto}.delete-account .body .form-item{display:flex;align-items:center;gap:24px;position:relative}.delete-account .body .form-item .label{color:#061c32;font-size:32px;font-weight:600;line-height:56px}.delete-account .body .form-item .input{position:relative}.delete-account .body .form-item .input:after{content:"*Please enter your account name.";position:absolute;left:0;bottom:-8px;transform:translateY(100%);color:#f23232;font-size:18px}.delete-account .body .form-item .input input{height:56px;flex-shrink:0;flex-grow:1;border-radius:16px;border:1px solid #0a5266;background-color:transparent;line-height:100%;padding:0 16px;font-size:32px}.delete-account .body button{border:none;cursor:pointer;width:100%;height:66px;margin-top:120px;border-radius:10.5px;background-color:#ff592b;color:#fff;font-size:24px;font-weight:600}.delete-account .body button:hover{background-color:#ff7340}.delete-account .body button:active{background-color:#d93209}