.error {
    margin-top: 6px;
    color: #c0392b;
    font-size: 0.9rem;
    font-weight: 600;
}

input:has(+ .error),
input.is-invalid {
    border: 2px solid #c0392b;
}

.alert-success {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 14px;
    margin: 15px 0;

    border: 1px solid #2ecc71;
    background: rgba(46, 204, 113, 0.15);
    color: #1e7e34;
    font-weight: 600;

    border-radius: 8px;
}

.alert-close {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-left: 10px;
}

.alert-close:hover {
    opacity: 0.6;
}