.it-login-button { background-color: hsl(191.6, 43.4%, 55.2%); box-shadow: 2px 2px 4px hsl(191.6, 43.4%, 60.2%); border-radius: 8px; width: max-content; color: hsl(191.6, 43.4%, 10.2%); display: flex; height: 55px; padding: 0 15px; align-items: center; text-decoration: none; font-weight: bold; } .it-login-button:hover { background-color: hsl(161.6, 43.4%, 55.2%); color: hsl(191.6, 43.4%, 10.2%); } .it-login-button > img { width: 40px; height: 40px; margin-right: 10px; }