.forgot-password-link{
    margin:-3px 0 16px;
    text-align:right
}

.forgot-password-link a{
    color:#087cc3;
    font-size:14px;
    font-weight:700;
    text-decoration:none
}

.forgot-password-link a:hover{
    text-decoration:underline
}

.password-reset-card{
    width:min(100%,580px)
}

.password-reset-card>p{
    line-height:1.55
}

.password-reset-success-icon{
    display:grid;
    place-items:center;
    width:62px;
    height:62px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#178653;
    color:#fff;
    font-size:34px;
    font-weight:900
}

.password-reset-info{
    margin:18px 0;
    padding:14px 15px;
    border:1px solid #cfe2f0;
    border-radius:10px;
    background:#f4f9fd;
    color:#31566e;
    font-size:14px;
    line-height:1.5;
    text-align:left
}

.password-reset-info strong{
    display:block;
    margin-bottom:4px;
    color:#071f3a
}
