.sq-alert {
    padding:       0.75rem 1rem;
    border-radius: 0.5rem;
    font-size:     0.875rem;
    margin-bottom: 1rem;
}
.sq-alert-error {
    background: #fee2e2;
    color:      #dc2626;
    border:     1px solid #fca5a5;
}
.sq-password-wrap {
    position: relative;
    display:  flex;
    align-items: center;
}
.sq-password-wrap .sq-input {
    flex:          1;
    padding-right: 2.5rem;
}
.sq-pw-toggle {
    position:   absolute;
    right:      0.6rem;
    background: none;
    border:     none;
    cursor:     pointer;
    color:      #888;
    padding:    0;
    display:    flex;
    align-items: center;
}
.sq-pw-toggle:hover {
    color: #444;
}
.sq-field-error {
    display:    block;
    color:      #c0392b;
    font-size:  0.8rem;
    margin-top: 0.25rem;
    min-height: 1rem;
}
.sq-input--error {
    border-color: #c0392b !important;
}
