.social-button { background-color: rgba(0, 0, 0, 0.8); padding: 15px 25px; border-radius: 0.5rem; text-decoration: none; color: white; transition: transform 0.2s ease, box-shadow 0.3s ease; transition-delay: 100ms; } .social-button:hover { box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.8); } .input-field { background-color: #373737; transition: all 0.2s ease; } .input-field:hover { box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.8); } .submit-button { background-color: black; color: white; font-weight: bold; transition: all 0.1s ease; } .submit-button:hover { box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.8); }