/* P04 Login Page Styles */

/* Eye Icon Animation */
#toggle-password svg {
    transition: color 0.2s ease;
}

#toggle-password:hover svg {
    color: #4b5563;
    /* text-gray-600 */
}

/* Social Buttons */
.social-btn {
    transition: all 0.2s ease;
}

.social-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}