:root {
    --py-invalid-color: #dc3545;
}

.logo_height {
    height: 40px !important;
}

div.error {
    color: var(--py-invalid-color);
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    animation: shake 0.3s ease;
}