.crear-password {
    width: min(100%, 560px);
    margin: 2rem auto;
}
.crear-password__card {
    padding: 1.25rem;
    border: 1px solid currentColor;
    border-radius: 4px;
}
.crear-password__eyebrow {
    margin: 0 0 .35rem;
    font-size: .9rem;
    font-weight: 600;
}
.crear-password__card h1 { margin-top: 0; }
.crear-password__form {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}
.crear-password__field {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.crear-password__field label { font-weight: 600; }
.crear-password__field input {
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
    padding: .65rem .75rem;
    font: inherit;
}
.crear-password__field small { font-size: .85em; }
.crear-password__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: .7rem 1.2rem;
    border: 1px solid currentColor;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    text-decoration: none;
}
.crear-password__notice {
    margin: 1rem 0;
    padding: .9rem 1rem;
    border: 1px solid currentColor;
    border-radius: 4px;
}
.crear-password__secondary { margin: 1rem 0 0; }
.crear-password__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
