.password-page{
    min-height:100vh;
    margin:0;
    background:
      radial-gradient(circle at 10% 10%,rgba(19,188,231,.10),transparent 28%),
      #f4f7fa;
}
.password-shell{
    width:min(100% - 36px,520px);
    min-height:100vh;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:40px 0 28px;
}
.password-brand{
    align-self:center;
    margin-bottom:28px;
    text-align:center;
    text-decoration:none;
}
.password-brand img{
    display:block;
    width:190px;
    margin:0 auto;
    padding:14px 18px;
    border-radius:10px;
    background:#071525;
}
.password-brand span{
    display:block;
    margin-top:9px;
    color:#7a8594;
    font-size:10px;
    font-weight:750;
    letter-spacing:.15em;
    text-transform:uppercase;
}
.password-card{
    padding:34px;
    border:1px solid #e2e7ed;
    border-radius:15px;
    background:white;
    box-shadow:0 10px 35px rgba(25,45,70,.06);
}
.password-card h1{
    margin:12px 0 10px;
    color:#172033;
    font-size:29px;
    line-height:1.15;
    letter-spacing:-.025em;
}
.password-card>p{
    margin:0 0 25px;
    color:#6b7586;
    font-size:14px;
    line-height:1.6;
}
.flow-field{
    display:block;
    margin-bottom:18px;
}
.flow-field span{
    display:block;
    margin-bottom:8px;
    color:#364152;
    font-size:12px;
    font-weight:700;
}
.flow-field input{
    width:100%;
    height:47px;
    padding:0 13px;
    border:1px solid #dfe4eb;
    border-radius:10px;
    outline:0;
    color:#172033;
    font:inherit;
    font-size:13px;
}
.flow-field input:focus{
    border-color:#078cff;
    box-shadow:0 0 0 3px rgba(7,140,255,.10);
}
.flow-button{
    width:100%;
    min-height:47px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:10px;
    background:linear-gradient(120deg,#09a9e8,#087ff5);
    color:white;
    cursor:pointer;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
}
.flow-button.secondary{
    margin-top:8px;
    border:1px solid #dfe4eb;
    background:#fff;
    color:#3d4a5b;
}
.back-signin{
    display:block;
    margin-top:20px;
    color:#2778c4;
    font-size:12px;
    font-weight:650;
    text-align:center;
    text-decoration:none;
}
.flow-icon{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    margin-bottom:18px;
    border-radius:50%;
    background:#edf9f3;
    color:#27805a;
    font-weight:800;
}
.flow-icon.error{
    background:#fff2f2;
    color:#b23e3e;
}
.flow-error{
    margin:0 0 20px;
    padding:11px 13px;
    border:1px solid #f0cccc;
    border-radius:9px;
    background:#fff5f5;
    color:#a23d3d;
    font-size:12px;
}
.manual-link{
    margin:20px 0;
    padding:13px;
    border:1px solid #d9e7f5;
    border-radius:9px;
    background:#f7fbff;
}
.manual-link strong{
    font-size:12px;
}
.manual-link p{
    margin:5px 0;
    color:#6c7887;
    font-size:11px;
}
.manual-link a{
    overflow-wrap:anywhere;
    color:#1678d4;
    font-size:10px;
}
.password-shell>footer{
    margin-top:22px;
    color:#9aa3af;
    text-align:center;
    font-size:10px;
}
.invitation-result{
    margin-bottom:23px;
    padding:18px 20px;
    border:1px solid #cfe5f7;
    border-radius:11px;
    background:#f3f9ff;
}
.invitation-result strong{
    font-size:13px;
}
.invitation-result p{
    margin:5px 0 12px;
    color:#6d7a89;
    font-size:11px;
}
.invitation-url{
    padding:11px 12px;
    overflow-wrap:anywhere;
    border-radius:8px;
    background:#0d1d31;
    color:white;
    font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
    font-size:10px;
    line-height:1.5;
}
