body {
    display: grid;
    place-items: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 20px;
}

.wrap {
    width: 100%;
    max-width: 320px;
}

form {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

p.lead {
    color: #aaa;
    font-size: 14px;
}

label {
    font-size: 13px;
    color: #bbb;
    margin-top: 8px;
}

button {
    margin-top: 14px;
    padding: 11px;
    border: 0;
    border-radius: 6px;
    background: #e11;
    color: #fff;
    cursor: pointer;
}

.msg {
    font-size: 14px;
    min-height: 18px;
    margin-top: 10px;
}

.msg.err {
    color: #f66;
}

.msg.ok {
    color: #9d9;
}

.link {
    color: #8ab;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
