transition: background-color 0.3s ease; } .signin-button:hover { background-color: #106ebe; } .checkbox-group { display: flex; align-items: center; margin-bottom: 20px; } .checkbox-group input { margin-right: 8px; transform: scale(1.1); } .checkbox-group label { margin-bottom: 0; font-size: 13px; color: #323130; font-weight: normal; } .security-key { color: #0078d4; text-decoration: none; font-size: 13px; font-weight: 600; display: block; margin-bottom: 24px; text-align: center; } .security-key:hover { text-decoration: underline; } .create-account { text-align: center; font-size: 13px; color: #323130; border-top: 1px solid #e1e1e1; padding-top: 20px; } .create-account a { color: #0078d4; text-decoration: none; font-weight: 600; } .create-account a:hover { text-decoration: underline; }