.identity-page {padding:28px;max-width:1100px;box-sizing:border-box}
.identity-page form {display:flex;flex-wrap:wrap;align-items:end;gap:16px}
.identity-page label {display:flex;flex-direction:column;gap:7px;min-width:180px;flex:1}
.identity-page input,.identity-page select {box-sizing:border-box;max-width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:7px;font:inherit;background:white}
.identity-page button {padding:11px 18px;background:#15334e;color:white;border:0;border-radius:7px;font:inherit;cursor:pointer}
.identity-page h1 {margin-top:0}.identity-page details {margin-top:20px}
